VisibilityPropertyPath Class

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

Syntax

'Declaration
<DomainObjectIdAttribute("3a41d733-ed8f-4fa2-b1e6-d6bf09df5297")> _
<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.VisibilityPropertyPath.Description",  _
    GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.VisibilityPropertyPath.DisplayName",  _
    GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<CLSCompliantAttribute(True)> _
Public NotInheritable Class VisibilityPropertyPath _
    Inherits PropertyPath
'Usage
Dim instance As VisibilityPropertyPath
[DomainObjectIdAttribute("3a41d733-ed8f-4fa2-b1e6-d6bf09df5297")]
[DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.VisibilityPropertyPath.Description", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.VisibilityPropertyPath.DisplayName", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[CLSCompliantAttribute(true)]
public sealed class VisibilityPropertyPath : PropertyPath
[DomainObjectIdAttribute(L"3a41d733-ed8f-4fa2-b1e6-d6bf09df5297")]
[DescriptionResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.VisibilityPropertyPath.Description", 
    typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DisplayNameResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.VisibilityPropertyPath.DisplayName", 
    typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[CLSCompliantAttribute(true)]
public ref class VisibilityPropertyPath sealed : public PropertyPath
public final class VisibilityPropertyPath extends PropertyPath

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Modeling.ModelElement
    Microsoft.VisualStudio.Modeling.DslDefinition.DomainElement
      Microsoft.VisualStudio.Modeling.DslDefinition.PropertyPath
        Microsoft.VisualStudio.Modeling.DslDefinition.VisibilityPropertyPath

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.

See Also

Reference

VisibilityPropertyPath Members

Microsoft.VisualStudio.Modeling.DslDefinition Namespace