Share via


ExplorerNodeSettings.PropertyDisplayed Property

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

Syntax

'Declaration
Public Property PropertyDisplayed As PropertyPath
'Usage
Dim instance As ExplorerNodeSettings 
Dim value As PropertyPath 

value = instance.PropertyDisplayed

instance.PropertyDisplayed = value
public PropertyPath PropertyDisplayed { get; set; }
public:
property PropertyPath^ PropertyDisplayed {
    PropertyPath^ get ();
    void set (PropertyPath^ value);
}
public function get PropertyDisplayed () : PropertyPath 
public function set PropertyDisplayed (value : PropertyPath)

Property Value

Type: Microsoft.VisualStudio.Modeling.DslDefinition.PropertyPath

.NET Framework Security

See Also

Reference

ExplorerNodeSettings Class

ExplorerNodeSettings Members

Microsoft.VisualStudio.Modeling.DslDefinition Namespace