WebPathParserParseInstanceName - метод |
Пространство имён:
Tessa.Web.Services
Сборка:
Tessa.Web (в Tessa.Web.dll) Версия: 3.5.0.19
Синтаксис public void ParseInstanceName(
string path,
out string instanceName,
out bool multipleInstances,
out string newPath
)
Public Sub ParseInstanceName (
path As String,
<OutAttribute> ByRef instanceName As String,
<OutAttribute> ByRef multipleInstances As Boolean,
<OutAttribute> ByRef newPath As String
)
public:
virtual void ParseInstanceName(
String^ path,
[OutAttribute] String^% instanceName,
[OutAttribute] bool% multipleInstances,
[OutAttribute] String^% newPath
) sealed
abstract ParseInstanceName :
path : string *
instanceName : string byref *
multipleInstances : bool byref *
newPath : string byref -> unit
override ParseInstanceName :
path : string *
instanceName : string byref *
multipleInstances : bool byref *
newPath : string byref -> unit
Параметры
- path
- Тип: SystemString
- instanceName
- Тип: SystemString
- multipleInstances
- Тип: SystemBoolean
- newPath
- Тип: SystemString
Реализации
IWebPathParserParseInstanceName(String, String, Boolean, String)См. также