共用方式為


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)

屬性值

在活動內的預設命名空間。

適用於