次の方法で共有


TextExpression.DefaultNamespaces プロパティ

定義

アクティビティ内の既定の名前空間を取得します。

public:
 static property System::Collections::Generic::IList<System::String ^> ^ DefaultNamespaces { System::Collections::Generic::IList<System::String ^> ^ get(); };
public static System.Collections.Generic.IList<string> DefaultNamespaces { get; }
static member DefaultNamespaces : System.Collections.Generic.IList<string>
Public Shared ReadOnly Property DefaultNamespaces As IList(Of String)

プロパティ値

アクティビティ内の既定の名前空間。

適用対象