Freigeben über


INamespaceSymbol.ConstituentNamespaces Eigenschaft

Definition

Wenn ein Namespace ein Assembly- oder Kompilierungsnamespace ist, kann es aus mehreren Namespaces bestehen, die zusammen zusammengeführt werden. Wenn dies der Grund ist, gibt "ConstituentNamespaces" alle Namespaces zurück, die zusammengeführt wurden. Wenn dieser Namespace nicht zusammengeführt wurde, gibt ein Array zurück, das nur diesen Namespace enthält.

public:
 property System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::INamespaceSymbol ^> ConstituentNamespaces { System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::INamespaceSymbol ^> get(); };
public System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.INamespaceSymbol> ConstituentNamespaces { get; }
member this.ConstituentNamespaces : System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.INamespaceSymbol>
Public ReadOnly Property ConstituentNamespaces As ImmutableArray(Of INamespaceSymbol)

Eigenschaftswert

Gilt für: