DomainClassHasCustomTypeDescriptor.GetLinkToClass Method
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.
Get the DomainClassHasCustomTypeDescriptor link to a DomainTypeDescriptor.
public:
static Microsoft::VisualStudio::Modeling::DslDefinition::DomainClassHasCustomTypeDescriptor ^ GetLinkToClass(Microsoft::VisualStudio::Modeling::DslDefinition::DomainTypeDescriptor ^ customTypeDescriptorInstance);
[System.Diagnostics.DebuggerStepThrough]
public static Microsoft.VisualStudio.Modeling.DslDefinition.DomainClassHasCustomTypeDescriptor GetLinkToClass (Microsoft.VisualStudio.Modeling.DslDefinition.DomainTypeDescriptor customTypeDescriptorInstance);
[<System.Diagnostics.DebuggerStepThrough>]
static member GetLinkToClass : Microsoft.VisualStudio.Modeling.DslDefinition.DomainTypeDescriptor -> Microsoft.VisualStudio.Modeling.DslDefinition.DomainClassHasCustomTypeDescriptor
Public Shared Function GetLinkToClass (customTypeDescriptorInstance As DomainTypeDescriptor) As DomainClassHasCustomTypeDescriptor
Parameters
- customTypeDescriptorInstance
- DomainTypeDescriptor
Returns
- Attributes