ExtendsDomainModelAttribute(String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.