XamlDirect.GetStringProperty(IXamlDirectObject, XamlPropertyIndex) 메서드

정의

특정 IXamlDirectObject에 대한 문자열 속성 값을 가져옵니다.

public:
 virtual Platform::String ^ GetStringProperty(IXamlDirectObject ^ xamlDirectObject, XamlPropertyIndex propertyIndex) = GetStringProperty;
winrt::hstring GetStringProperty(IXamlDirectObject const& xamlDirectObject, XamlPropertyIndex const& propertyIndex);
public string GetStringProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex);
function getStringProperty(xamlDirectObject, propertyIndex)
Public Function GetStringProperty (xamlDirectObject As IXamlDirectObject, propertyIndex As XamlPropertyIndex) As String

매개 변수

xamlDirectObject
IXamlDirectObject

특정 IXamlDirectObject에 대한 참조입니다.

propertyIndex
XamlPropertyIndex

XamlPropertyIndex 열거형의 지원되는 속성 목록에서 값을 가져오는 문자열 속성에 대한 참조입니다.

반환

String

Platform::String

winrt::hstring

지정된 속성의 문자열 값입니다.

적용 대상

추가 정보