다음을 통해 공유


WindowsRuntimeMetadata.ResolveNamespace 메서드

정의

검색할 위치 목록이 지정되면 지정된 네임스페이스에 대한 Windows 메타데이터 파일을 찾습니다.

오버로드

ResolveNamespace(String, IEnumerable<String>)

검색할 위치가 지정되면 지정된 네임스페이스에 대한 Windows 메타데이터 파일을 찾습니다.

ResolveNamespace(String, String, IEnumerable<String>)

검색할 위치가 지정되면 지정된 네임스페이스에 대한 Windows 메타데이터 파일을 찾습니다.

ResolveNamespace(String, IEnumerable<String>)

검색할 위치가 지정되면 지정된 네임스페이스에 대한 Windows 메타데이터 파일을 찾습니다.

public:
 static System::Collections::Generic::IEnumerable<System::String ^> ^ ResolveNamespace(System::String ^ namespaceName, System::Collections::Generic::IEnumerable<System::String ^> ^ packageGraphFilePaths);
[System.Security.SecurityCritical]
public static System.Collections.Generic.IEnumerable<string> ResolveNamespace (string namespaceName, System.Collections.Generic.IEnumerable<string> packageGraphFilePaths);
public static System.Collections.Generic.IEnumerable<string> ResolveNamespace (string namespaceName, System.Collections.Generic.IEnumerable<string> packageGraphFilePaths);
[<System.Security.SecurityCritical>]
static member ResolveNamespace : string * seq<string> -> seq<string>
static member ResolveNamespace : string * seq<string> -> seq<string>
Public Shared Function ResolveNamespace (namespaceName As String, packageGraphFilePaths As IEnumerable(Of String)) As IEnumerable(Of String)

매개 변수

namespaceName
String

확인할 네임스페이스입니다.

packageGraphFilePaths
IEnumerable<String>

Windows 메타데이터 파일을 검색하는 애플리케이션 경로이며 null인 경우 운영 체제 설치 시 Windows 메타데이터 파일만 검색합니다.

반환

IEnumerable<String>

namespaceName을 정의하는 Windows 메타데이터 파일을 나타내는 문자열의 열거 가능한 목록입니다.

특성

예외

운영 체제 버전에서 Windows 런타임을 지원하지 않습니다.

namespaceName이(가) null인 경우

설명

이 메서드 오버 로드는 호출에 해당 하는 ResolveNamespace(String, String, IEnumerable<String>) 메서드 오버 로드 하 고 지정 null 에 대 한는 windowsSdkFilePath 매개 변수입니다.

적용 대상

ResolveNamespace(String, String, IEnumerable<String>)

검색할 위치가 지정되면 지정된 네임스페이스에 대한 Windows 메타데이터 파일을 찾습니다.

public:
 static System::Collections::Generic::IEnumerable<System::String ^> ^ ResolveNamespace(System::String ^ namespaceName, System::String ^ windowsSdkFilePath, System::Collections::Generic::IEnumerable<System::String ^> ^ packageGraphFilePaths);
[System.Security.SecurityCritical]
public static System.Collections.Generic.IEnumerable<string> ResolveNamespace (string namespaceName, string windowsSdkFilePath, System.Collections.Generic.IEnumerable<string> packageGraphFilePaths);
public static System.Collections.Generic.IEnumerable<string> ResolveNamespace (string namespaceName, string windowsSdkFilePath, System.Collections.Generic.IEnumerable<string> packageGraphFilePaths);
[<System.Security.SecurityCritical>]
static member ResolveNamespace : string * string * seq<string> -> seq<string>
static member ResolveNamespace : string * string * seq<string> -> seq<string>
Public Shared Function ResolveNamespace (namespaceName As String, windowsSdkFilePath As String, packageGraphFilePaths As IEnumerable(Of String)) As IEnumerable(Of String)

매개 변수

namespaceName
String

확인할 네임스페이스입니다.

windowsSdkFilePath
String

SDK에서 제공된 Windows 메타데이터 파일을 검색하는 경로이며 null인 경우 운영 체제 설치 시 Windows 메타데이터 파일만 검색합니다.

packageGraphFilePaths
IEnumerable<String>

Windows 메타데이터 파일을 검색하는 애플리케이션 경로입니다.

반환

IEnumerable<String>

namespaceName을 정의하는 Windows 메타데이터 파일을 나타내는 문자열의 열거 가능한 목록입니다.

특성

예외

운영 체제 버전에서 Windows 런타임을 지원하지 않습니다.

namespaceName이(가) null인 경우

설명

지정한 경로 windowsSdkFilePath Windows로 시작 하는 네임 스페이스에만 검색 됩니다.

적용 대상