TextExpression.SetNamespacesForImplementation 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示要為文字運算式實作設定命名空間的物件。
多載
SetNamespacesForImplementation(Object, IList<String>) |
表示要以指定目標和命名空間為文字運算式實作設定命名空間的物件。 |
SetNamespacesForImplementation(Object, String[]) |
表示要以指定目標和命名空間為文字運算式實作設定命名空間的物件。 |
SetNamespacesForImplementation(Object, IList<String>)
表示要以指定目標和命名空間為文字運算式實作設定命名空間的物件。
public:
static void SetNamespacesForImplementation(System::Object ^ target, System::Collections::Generic::IList<System::String ^> ^ namespaces);
public static void SetNamespacesForImplementation (object target, System.Collections.Generic.IList<string> namespaces);
static member SetNamespacesForImplementation : obj * System.Collections.Generic.IList<string> -> unit
Public Shared Sub SetNamespacesForImplementation (target As Object, namespaces As IList(Of String))
參數
- target
- Object
目標。
適用於
SetNamespacesForImplementation(Object, String[])
表示要以指定目標和命名空間為文字運算式實作設定命名空間的物件。
public:
static void SetNamespacesForImplementation(System::Object ^ target, ... cli::array <System::String ^> ^ namespaces);
public static void SetNamespacesForImplementation (object target, params string[] namespaces);
static member SetNamespacesForImplementation : obj * string[] -> unit
Public Shared Sub SetNamespacesForImplementation (target As Object, ParamArray namespaces As String())
參數
- target
- Object
目標。
- namespaces
- String[]
命名空間的集合。