共用方式為


CodeDomDocDataAdapter.TypeNamespace Property

Definition

Gets the code namespace for this document.

public:
 virtual property System::CodeDom::CodeNamespace ^ TypeNamespace { System::CodeDom::CodeNamespace ^ get(); };
public virtual System.CodeDom.CodeNamespace TypeNamespace { get; }
member this.TypeNamespace : System.CodeDom.CodeNamespace
Public Overridable ReadOnly Property TypeNamespace As CodeNamespace

Property Value

The CodeNamespace, or the first one if there are multiple types in the project.

Applies to