ExtendsDomainModelAttribute(String) Constructor

Definition

Initializes a new instance of ExtendsDomainModelAttribute class.

public:
 ExtendsDomainModelAttribute(System::String ^ extendedModelId);
public ExtendsDomainModelAttribute (string extendedModelId);
new Microsoft.VisualStudio.Modeling.ExtendsDomainModelAttribute : string -> Microsoft.VisualStudio.Modeling.ExtendsDomainModelAttribute
Public Sub New (extendedModelId As String)

Parameters

extendedModelId
String

The Id (GUID) of extended domain model.

Exceptions

Applies to