EvaluatorHelper.GetPropertyAndNamespace(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回某个值的命名空间名称
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
命名空间的形式的值。值
返回
命名空间和名称的信息