EvaluatorHelper.GetPropertyAndNamespace(String) 方法

定义

返回某个值的命名空间名称

public:
[System::Runtime::CompilerServices::Extension]
 static Tuple<System::String ^, System::String ^> ^ GetPropertyAndNamespace(System::String ^ value);
public static (string,string) GetPropertyAndNamespace (this string value);
static member GetPropertyAndNamespace : string -> string * string
<Extension()>
Public Function GetPropertyAndNamespace (value As String) As Tuple(Of String, String)

参数

value
String

命名空间的形式的值。值

返回

Tuple<String,String>

命名空间和名称的信息

适用于