ProvidesExtensionToDomainModelAttribute Constructor (String)
Constructor
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)
Syntax
'Declaration
Public Sub New ( _
domainModelId As String _
)
public ProvidesExtensionToDomainModelAttribute(
string domainModelId
)
public:
ProvidesExtensionToDomainModelAttribute(
String^ domainModelId
)
new :
domainModelId:string -> ProvidesExtensionToDomainModelAttribute
public function ProvidesExtensionToDomainModelAttribute(
domainModelId : String
)
Parameters
- domainModelId
Type: System.String
The id (Guid) of the domain model being extended
.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
ProvidesExtensionToDomainModelAttribute Class