다음을 통해 공유


QuickLink.SupportedDataFormats 속성

정의

QuickLink 앱에서 지원하는 데이터 형식을 지정하는 문자열 배열입니다. 시스템에서는 사용자가 공유하려는 데이터가 이 배열의 형식과 일치하는 경우에만 QuickLink를 표시합니다.

public:
 property IVector<Platform::String ^> ^ SupportedDataFormats { IVector<Platform::String ^> ^ get(); };
IVector<winrt::hstring> SupportedDataFormats();
public IList<string> SupportedDataFormats { get; }
var iVector = quickLink.supportedDataFormats;
Public ReadOnly Property SupportedDataFormats As IList(Of String)

속성 값

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

QuickLink 앱에서 지원하는 데이터 형식을 지정하는 형식 ID의 배열입니다.

적용 대상