DomainClassHasCustomTypeDescriptor Class
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.dll)
Syntax
'Declaration
<CLSCompliantAttribute(True)> _
<DomainObjectIdAttribute("ef1c0b04-7776-4c2c-8fd3-1265f4b0e5bd")> _
<DomainRelationshipAttribute(IsEmbedding := True)> _
<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.DomainClassHasCustomTypeDescriptor.DisplayName", _
GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.DomainClassHasCustomTypeDescriptor.Description", _
GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
Public NotInheritable Class DomainClassHasCustomTypeDescriptor _
Inherits ElementLink
'Usage
Dim instance As DomainClassHasCustomTypeDescriptor
[CLSCompliantAttribute(true)]
[DomainObjectIdAttribute("ef1c0b04-7776-4c2c-8fd3-1265f4b0e5bd")]
[DomainRelationshipAttribute(IsEmbedding = true)]
[DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.DomainClassHasCustomTypeDescriptor.DisplayName",
typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.DomainClassHasCustomTypeDescriptor.Description",
typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
public sealed class DomainClassHasCustomTypeDescriptor : ElementLink
[CLSCompliantAttribute(true)]
[DomainObjectIdAttribute(L"ef1c0b04-7776-4c2c-8fd3-1265f4b0e5bd")]
[DomainRelationshipAttribute(IsEmbedding = true)]
[DisplayNameResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.DomainClassHasCustomTypeDescriptor.DisplayName",
typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DescriptionResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.DomainClassHasCustomTypeDescriptor.Description",
typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
public ref class DomainClassHasCustomTypeDescriptor sealed : public ElementLink
public final class DomainClassHasCustomTypeDescriptor extends ElementLink
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Modeling.ModelElement
Microsoft.VisualStudio.Modeling.ElementLink
Microsoft.VisualStudio.Modeling.DslDefinition.DomainClassHasCustomTypeDescriptor
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.