Share via


VisualStyleInformation.Url 属性

定义

获取由当前视觉样式的作者提供的 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

适用于