VisualStyleInformation.Url 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取由当前视觉样式的作者提供的 URL。
public:
static property System::String ^ Url { System::String ^ get(); };
public static string Url { get; }
static member Url : string
Public Shared ReadOnly Property Url As String
属性值
一个字符串,指定当前视觉样式的作者提供的 URL(如果启用了视觉样式);否则为空字符串(“)。
注解
此属性在内部检查属性的值 IsEnabledByUser 。