WebPathParserParseInstanceName - метод
Пространство имён: Tessa.Web.ServicesСборка: Tessa.Web (в Tessa.Web.dll) Версия: 3.6.0.22
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 String
-
- instanceName String
-
- multipleInstances Boolean
-
- newPath String
-
IWebPathParserParseInstanceName(String, String, Boolean, String)