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 開頭的命名空間。