Share via


DecoratorMapHasVisibilityPropertyPath.VisibilityPropertyPath Property

Namespace:  Microsoft.VisualStudio.Modeling.DslDefinition
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.dll)

Syntax

'Declaration
<DomainRoleAttribute(DomainRoleOrder.Target, PropertyName := "DecoratorMap",  _
    PropertyDisplayNameKey := "Microsoft.VisualStudio.Modeling.DslDefinition.DecoratorMapHasVisibilityPropertyPath/VisibilityPropertyPath.PropertyDisplayName",  _
    PropagatesDelete := True, Multiplicity := Multiplicity.ZeroOne)> _
<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.DecoratorMapHasVisibilityPropertyPath/VisibilityPropertyPath.DisplayName",  _
    GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.DecoratorMapHasVisibilityPropertyPath/VisibilityPropertyPath.Description",  _
    GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<DomainObjectIdAttribute("835b224c-175f-4f16-a628-d367ec88f8d3")> _
Public Property VisibilityPropertyPath As VisibilityPropertyPath
'Usage
Dim instance As DecoratorMapHasVisibilityPropertyPath 
Dim value As VisibilityPropertyPath 

value = instance.VisibilityPropertyPath

instance.VisibilityPropertyPath = value
[DomainRoleAttribute(DomainRoleOrder.Target, PropertyName = "DecoratorMap", 
    PropertyDisplayNameKey = "Microsoft.VisualStudio.Modeling.DslDefinition.DecoratorMapHasVisibilityPropertyPath/VisibilityPropertyPath.PropertyDisplayName", 
    PropagatesDelete = true, Multiplicity = Multiplicity.ZeroOne)]
[DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.DecoratorMapHasVisibilityPropertyPath/VisibilityPropertyPath.DisplayName", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.DecoratorMapHasVisibilityPropertyPath/VisibilityPropertyPath.Description", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DomainObjectIdAttribute("835b224c-175f-4f16-a628-d367ec88f8d3")]
public VisibilityPropertyPath VisibilityPropertyPath { get; set; }
[DomainRoleAttribute(DomainRoleOrder::Target, PropertyName = L"DecoratorMap", 
    PropertyDisplayNameKey = L"Microsoft.VisualStudio.Modeling.DslDefinition.DecoratorMapHasVisibilityPropertyPath/VisibilityPropertyPath.PropertyDisplayName", 
    PropagatesDelete = true, Multiplicity = Multiplicity::ZeroOne)]
[DisplayNameResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.DecoratorMapHasVisibilityPropertyPath/VisibilityPropertyPath.DisplayName", 
    typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DescriptionResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.DecoratorMapHasVisibilityPropertyPath/VisibilityPropertyPath.Description", 
    typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DomainObjectIdAttribute(L"835b224c-175f-4f16-a628-d367ec88f8d3")]
public:
property VisibilityPropertyPath^ VisibilityPropertyPath {
    VisibilityPropertyPath^ get ();
    void set (VisibilityPropertyPath^ value);
}
public function get VisibilityPropertyPath () : VisibilityPropertyPath 
public function set VisibilityPropertyPath (value : VisibilityPropertyPath)

Property Value

Type: Microsoft.VisualStudio.Modeling.DslDefinition.VisibilityPropertyPath

.NET Framework Security

See Also

Reference

DecoratorMapHasVisibilityPropertyPath Class

DecoratorMapHasVisibilityPropertyPath Members

Microsoft.VisualStudio.Modeling.DslDefinition Namespace