INDStorageFileHelper.GetFileURLs(IStorageFile) 메서드

정의

URL에 PlayReady-ND 메타데이터가 포함된 경우 개체와 연결된 URL에서 송신기 설정을 가져옵니다.

public:
 IVector<Platform::String ^> ^ GetFileURLs(IStorageFile ^ file);
IVector<winrt::hstring> GetFileURLs(IStorageFile const& file);
/// [Windows.Foundation.Metadata.Deprecated("INDStorageFileHelper is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")]
IVector<winrt::hstring> GetFileURLs(IStorageFile const& file);
public IList<string> GetFileURLs(IStorageFile file);
[Windows.Foundation.Metadata.Deprecated("INDStorageFileHelper is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")]
public IList<string> GetFileURLs(IStorageFile file);
function getFileURLs(file)
Public Function GetFileURLs (file As IStorageFile) As IList(Of String)

매개 변수

file
IStorageFile

미디어 서버에서 검색한 스토리지 파일 개체입니다.

반환

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

스토리지 파일에 있는 송신기 설정입니다.

특성

적용 대상