다음을 통해 공유


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; }
member this.DefaultNamespaces : System.Collections.Generic.IList<string>
Public Shared ReadOnly Property DefaultNamespaces As IList(Of String)

속성 값

IList<String>

해당 동작 내의 기본 네임스페이스입니다.

적용 대상