Connector.ExposesDashStyleAsProperty Property
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.
Gets or sets the value of ExposesDashStyleAsProperty domain property. If True, then a domain property has been added to the connector to allow the dash style to be exposed in the properties window of the generated designer.
public:
property bool ExposesDashStyleAsProperty { bool get(); };
[Microsoft.VisualStudio.Modeling.Design.CategoryResource("Microsoft.VisualStudio.Modeling.DslDefinition.Connector/ExposesDashStyleAsProperty.Category", typeof(Microsoft.VisualStudio.Modeling.DslDefinition.DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[Microsoft.VisualStudio.Modeling.Design.DescriptionResource("Microsoft.VisualStudio.Modeling.DslDefinition.Connector/ExposesDashStyleAsProperty.Description", typeof(Microsoft.VisualStudio.Modeling.DslDefinition.DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[Microsoft.VisualStudio.Modeling.Design.DisplayNameResource("Microsoft.VisualStudio.Modeling.DslDefinition.Connector/ExposesDashStyleAsProperty.DisplayName", typeof(Microsoft.VisualStudio.Modeling.DslDefinition.DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[Microsoft.VisualStudio.Modeling.DomainObjectId("6cd3ab59-3102-4f28-8f50-a2fd208a7db0")]
[Microsoft.VisualStudio.Modeling.DomainProperty(Kind=Microsoft.VisualStudio.Modeling.DomainPropertyKind.Calculated)]
[System.ComponentModel.ReadOnly(true)]
public bool ExposesDashStyleAsProperty { [System.Diagnostics.DebuggerStepThrough] get; }
[<Microsoft.VisualStudio.Modeling.Design.CategoryResource("Microsoft.VisualStudio.Modeling.DslDefinition.Connector/ExposesDashStyleAsProperty.Category", typeof(Microsoft.VisualStudio.Modeling.DslDefinition.DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")>]
[<Microsoft.VisualStudio.Modeling.Design.DescriptionResource("Microsoft.VisualStudio.Modeling.DslDefinition.Connector/ExposesDashStyleAsProperty.Description", typeof(Microsoft.VisualStudio.Modeling.DslDefinition.DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")>]
[<Microsoft.VisualStudio.Modeling.Design.DisplayNameResource("Microsoft.VisualStudio.Modeling.DslDefinition.Connector/ExposesDashStyleAsProperty.DisplayName", typeof(Microsoft.VisualStudio.Modeling.DslDefinition.DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")>]
[<Microsoft.VisualStudio.Modeling.DomainObjectId("6cd3ab59-3102-4f28-8f50-a2fd208a7db0")>]
[<Microsoft.VisualStudio.Modeling.DomainProperty(Kind=Microsoft.VisualStudio.Modeling.DomainPropertyKind.Calculated)>]
[<System.ComponentModel.ReadOnly(true)>]
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.ExposesDashStyleAsProperty : bool
Public ReadOnly Property ExposesDashStyleAsProperty As Boolean
Property Value
- Attributes