Share via


SystemProperties.Keywords 属性

定义

获取 System.Keywords 属性的名称 (Windows 文件属性之一。

public:
 static property Platform::String ^ Keywords { Platform::String ^ get(); };
static winrt::hstring Keywords();
public static string Keywords { get; }
var string = SystemProperties.keywords;
Public Shared ReadOnly Property Keywords As String

属性值

String

Platform::String

winrt::hstring

System.Keywords 文件属性的名称。

适用于