IAnnotationProvider.DateTime 속성

정의

이 주석이 만들어진 날짜와 시간을 가져옵니다.

public:
 property Platform::String ^ DateTime { Platform::String ^ get(); };
winrt::hstring DateTime();
public string DateTime { get; }
var string = iAnnotationProvider.dateTime;
Public ReadOnly Property DateTime As String

속성 값

String

Platform::String

winrt::hstring

이 주석을 만든 날짜 및 시간입니다.

적용 대상