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.
Initializes a new instance of the DomainXmlSerializerDirectoryEntry class.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)
Syntax
'Declaration
Public Sub New ( _
domainClassId As Guid, _
serializerType As Type _
)
public DomainXmlSerializerDirectoryEntry(
Guid domainClassId,
Type serializerType
)
public:
DomainXmlSerializerDirectoryEntry(
Guid domainClassId,
Type^ serializerType
)
new :
domainClassId:Guid *
serializerType:Type -> DomainXmlSerializerDirectoryEntry
public function DomainXmlSerializerDirectoryEntry(
domainClassId : Guid,
serializerType : Type
)
Parameters
domainClassId
Type: GuidThe domain class ID of the entry.
serializerType
Type: TypeThe corresponding DomainClassXmlSerializer type.
.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.