Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace:  Microsoft.VisualStudio.Modeling.DslDefinition
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.dll)
Syntax
'Declaration
<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ExplorerHidesNodes/HiddenNode.Description",  _
    GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<DomainObjectIdAttribute("3ef8c497-5a49-493b-a47e-1d9bf9ee01d7")> _
<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ExplorerHidesNodes/HiddenNode.DisplayName",  _
    GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<DomainRoleAttribute(DomainRoleOrder.Target, PropertyName := "ExplorerBehavior",  _
    PropertyDisplayNameKey := "Microsoft.VisualStudio.Modeling.DslDefinition.ExplorerHidesNodes/HiddenNode.PropertyDisplayName",  _
    PropagatesDelete := True, Multiplicity := Multiplicity.ZeroOne)> _
Public Property HiddenNode As DomainPath
'Usage
Dim instance As ExplorerHidesNodes 
Dim value As DomainPath 
value = instance.HiddenNode
instance.HiddenNode = value
[DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ExplorerHidesNodes/HiddenNode.Description", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DomainObjectIdAttribute("3ef8c497-5a49-493b-a47e-1d9bf9ee01d7")]
[DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ExplorerHidesNodes/HiddenNode.DisplayName", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DomainRoleAttribute(DomainRoleOrder.Target, PropertyName = "ExplorerBehavior", 
    PropertyDisplayNameKey = "Microsoft.VisualStudio.Modeling.DslDefinition.ExplorerHidesNodes/HiddenNode.PropertyDisplayName", 
    PropagatesDelete = true, Multiplicity = Multiplicity.ZeroOne)]
public DomainPath HiddenNode { get; set; }
[DescriptionResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.ExplorerHidesNodes/HiddenNode.Description", 
    typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DomainObjectIdAttribute(L"3ef8c497-5a49-493b-a47e-1d9bf9ee01d7")]
[DisplayNameResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.ExplorerHidesNodes/HiddenNode.DisplayName", 
    typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DomainRoleAttribute(DomainRoleOrder::Target, PropertyName = L"ExplorerBehavior", 
    PropertyDisplayNameKey = L"Microsoft.VisualStudio.Modeling.DslDefinition.ExplorerHidesNodes/HiddenNode.PropertyDisplayName", 
    PropagatesDelete = true, Multiplicity = Multiplicity::ZeroOne)]
public:
property DomainPath^ HiddenNode {
    DomainPath^ get ();
    void set (DomainPath^ value);
}
public function get HiddenNode () : DomainPath 
public function set HiddenNode (value : DomainPath)
Property Value
Type: Microsoft.VisualStudio.Modeling.DslDefinition.DomainPath
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.