DomainModelSerializerAttribute Constructor (Type, String, String)

Constructor

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)

Syntax

'Declaration
Public Sub New ( _
    domainModelType As Type, _
    domainModelNamespace As String, _
    modelFileExtension As String _
)
public DomainModelSerializerAttribute(
    Type domainModelType,
    string domainModelNamespace,
    string modelFileExtension
)
public:
DomainModelSerializerAttribute(
    Type^ domainModelType, 
    String^ domainModelNamespace, 
    String^ modelFileExtension
)
new : 
        domainModelType:Type * 
        domainModelNamespace:string * 
        modelFileExtension:string -> DomainModelSerializerAttribute
public function DomainModelSerializerAttribute(
    domainModelType : Type, 
    domainModelNamespace : String, 
    modelFileExtension : String
)

Parameters

  • domainModelType
    Type: Type

    The type of the domain model being serialized

  • domainModelNamespace
    Type: String

    The XML namespace of the domain model being serialized

  • modelFileExtension
    Type: String

    The file extension of the domain model being serialized (e.g. ".ext")

Remarks

The Constructor

.NET Framework Security

See Also

Reference

DomainModelSerializerAttribute Class

DomainModelSerializerAttribute Overload

Microsoft.VisualStudio.Modeling Namespace