SystemProperties.Comment 속성

정의

System.Comment 속성의 이름(Windows 파일 속성 중 하나)을 가져옵니다.

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

속성 값

String

Platform::String

winrt::hstring

System.Comment 파일 속성의 이름입니다.

적용 대상