Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
This provides a mapping from xml namespaces to domain model implementation types.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property AllNamespaces As ReadOnlyCollection(Of DomainXmlSerializerNamespaceEntry)
Get
public abstract ReadOnlyCollection<DomainXmlSerializerNamespaceEntry> AllNamespaces { get; }
public:
virtual property ReadOnlyCollection<DomainXmlSerializerNamespaceEntry^>^ AllNamespaces {
ReadOnlyCollection<DomainXmlSerializerNamespaceEntry^>^ get () abstract;
}
abstract AllNamespaces : ReadOnlyCollection<DomainXmlSerializerNamespaceEntry>
abstract function get AllNamespaces () : ReadOnlyCollection<DomainXmlSerializerNamespaceEntry>
Property Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<DomainXmlSerializerNamespaceEntry>
Remarks
This provides a mapping from XML namespaces to domain model implementation types.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.