XmlnsDictionary.Item[] 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置与指定前缀关联的 XML 命名空间 URI。
重载
Item[Object] |
获取或设置与指定前缀关联的 XAML 命名空间 URI。 |
Item[String] |
获取或设置与指定前缀关联的 XAML 命名空间 URI。 |
Item[Object]
获取或设置与指定前缀关联的 XAML 命名空间 URI。
public:
property System::Object ^ default[System::Object ^] { System::Object ^ get(System::Object ^ prefix); void set(System::Object ^ prefix, System::Object ^ value); };
public object this[object prefix] { get; set; }
member this.Item(obj) : obj with get, set
Default Public Property Item(prefix As Object) As Object
参数
- prefix
- Object
要从其获取或设置关联的 XML 命名空间 URI 的前缀。
属性值
对应的 XAML 命名空间 URI。
实现
例外
适用于
Item[String]
获取或设置与指定前缀关联的 XAML 命名空间 URI。
public:
property System::String ^ default[System::String ^] { System::String ^ get(System::String ^ prefix); void set(System::String ^ prefix, System::String ^ value); };
public string this[string prefix] { get; set; }
member this.Item(string) : string with get, set
Default Public Property Item(prefix As String) As String
参数
- prefix
- String
获取或设置关联的命名空间时所针对的前缀。
属性值
对应的 XML 命名空间 URI。