Uri.SchemeName 속성

정의

URI instance 저장된 URI(Uniform Resource Identifier)의 프로토콜 체계 이름 구성 요소를 가져옵니다.

public:
 property Platform::String ^ SchemeName { Platform::String ^ get(); };
winrt::hstring SchemeName();
public string SchemeName { get; }
var string = uri.schemeName;
Public ReadOnly Property SchemeName As String

속성 값

String

Platform::String

winrt::hstring

프로토콜 체계 이름입니다.

적용 대상