WindowsRuntimeMetadata.ResolveNamespace 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
검색할 위치 목록이 지정되면 지정된 네임스페이스에 대한 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 메타데이터 파일만 검색합니다.
반환
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 메타데이터 파일을 검색하는 애플리케이션 경로입니다.
반환
namespaceName
을 정의하는 Windows 메타데이터 파일을 나타내는 문자열의 열거 가능한 목록입니다.
- 특성
예외
운영 체제 버전에서 Windows 런타임을 지원하지 않습니다.
namespaceName
이(가) null
인 경우
설명
지정한 경로 windowsSdkFilePath
Windows로 시작 하는 네임 스페이스에만 검색 됩니다.