ResourceLoader.GetStringForReference(Uri) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
참고
GetStringForReference는 Windows 8.1 후 릴리스에 대해 변경되거나 사용할 수 없습니다. 대신 GetStringForUri를 사용합니다.
현재 실행 중인 앱의 기본 ResourceContext에 대해 리소스 식별자에 대한 Uri로 지정된 리소스의 가장 적절한 문자열 값을 반환합니다.
public:
static Platform::String ^ GetStringForReference(Uri ^ uri);
/// [Windows.Foundation.Metadata.Deprecated("GetStringForReference may be altered or unavailable for releases after Windows Phone 'OSVersion' (TBD). Instead, use GetStringForUri.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, Windows.Foundation.UniversalApiContract)]
static winrt::hstring GetStringForReference(Uri const& uri);
/// [Windows.Foundation.Metadata.Deprecated("GetStringForReference may be altered or unavailable for releases after Windows Phone 'OSVersion' (TBD). Instead, use GetStringForUri.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Foundation.UniversalApiContract")]
static winrt::hstring GetStringForReference(Uri const& uri);
static winrt::hstring GetStringForReference(Uri const& uri);
[Windows.Foundation.Metadata.Deprecated("GetStringForReference may be altered or unavailable for releases after Windows Phone 'OSVersion' (TBD). Instead, use GetStringForUri.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, typeof(Windows.Foundation.UniversalApiContract))]
public static string GetStringForReference(System.Uri uri);
[Windows.Foundation.Metadata.Deprecated("GetStringForReference may be altered or unavailable for releases after Windows Phone 'OSVersion' (TBD). Instead, use GetStringForUri.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Foundation.UniversalApiContract")]
public static string GetStringForReference(System.Uri uri);
public static string GetStringForReference(System.Uri uri);
function getStringForReference(uri)
Public Shared Function GetStringForReference (uri As Uri) As String
매개 변수
반환
기본 ResourceContext에 대해 지정된 리소스의 가장 적절한 문자열 값입니다.
- 특성
설명
Uri 개체를 사용하려면 체계를 식별해야 합니다. 이 컨텍스트에서 ms-resource 체계는 메서드에 전달된 Uri 에 지정되어야 합니다.