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.
Constructor
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
Syntax
'Declaration
Public Sub New ( _
domainModelId As String, _
domainModelNamespace As String, _
modelFileExtension As String _
)
public DomainModelSerializerAttribute(
string domainModelId,
string domainModelNamespace,
string modelFileExtension
)
public:
DomainModelSerializerAttribute(
String^ domainModelId,
String^ domainModelNamespace,
String^ modelFileExtension
)
new :
domainModelId:string *
domainModelNamespace:string *
modelFileExtension:string -> DomainModelSerializerAttribute
public function DomainModelSerializerAttribute(
domainModelId : String,
domainModelNamespace : String,
modelFileExtension : String
)
Parameters
domainModelId
Type: System.StringThe if (Guid) of the domain model being serialized
domainModelNamespace
Type: System.StringThe XML namespace of the domain model being serialized
modelFileExtension
Type: System.StringThe file extension of the domain model being serialized (e.g. ".ext")
Remarks
The Constructor
.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.
See Also
Reference
DomainModelSerializerAttribute Class