Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the implementation types.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property AllSerializers As ReadOnlyCollection(Of DomainXmlSerializerDirectoryEntry)
public abstract ReadOnlyCollection<DomainXmlSerializerDirectoryEntry> AllSerializers { get; }
public:
virtual property ReadOnlyCollection<DomainXmlSerializerDirectoryEntry^>^ AllSerializers {
ReadOnlyCollection<DomainXmlSerializerDirectoryEntry^>^ get () abstract;
}
abstract AllSerializers : ReadOnlyCollection<DomainXmlSerializerDirectoryEntry> with get
abstract function get AllSerializers () : ReadOnlyCollection<DomainXmlSerializerDirectoryEntry>
Property Value
Type: ReadOnlyCollection<DomainXmlSerializerDirectoryEntry>
An enumerator.
Remarks
This provides a mapping from a domain class ID to the 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.