Xml.SkinID 属性

定义

重写 SkinID 属性。Overrides the SkinID property. Xml 类不支持该属性。This property is not supported by the Xml class.

public:
 virtual property System::String ^ SkinID { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Browsable(false)]
public override string SkinID { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.SkinID : string with get, set
Public Overrides Property SkinID As String

属性值

String

始终返回空字符串 ("")。Always returns an empty string (""). 不支持此属性。This property is not supported.

属性

例外

尝试设置此属性的值。An attempt is made to set the value of this property.

注解

SkinID属性继承自 Control 类,但不适用于 Xml 类。The SkinID property is inherited from the Control class, but is not applicable to the Xml class. 任何设置此属性的值的尝试都将引发 NotSupportedException 异常。Any attempt to set the value of this property throws a NotSupportedException exception.

适用于