CodeNamespace.Types Eigenschaft

Definition

Ruft die Auflistung der Typen ab, die der Namespace enthält.

public:
 property System::CodeDom::CodeTypeDeclarationCollection ^ Types { System::CodeDom::CodeTypeDeclarationCollection ^ get(); };
public System.CodeDom.CodeTypeDeclarationCollection Types { get; }
member this.Types : System.CodeDom.CodeTypeDeclarationCollection
Public ReadOnly Property Types As CodeTypeDeclarationCollection

Eigenschaftswert

A CodeTypeDeclarationCollection that indicates the types contained in the namespace.

Gilt für:

Weitere Informationen