Share via


ExplorerNodeSettingsHasPropertyDisplayedPath.SetPropertyDisplayed Method

Sets PropertyDisplayed.

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

Syntax

'Declaration
Public Shared Sub SetPropertyDisplayed ( _
    element As ExplorerNodeSettings, _
    newPropertyDisplayedPath As PropertyPath _
)
public static void SetPropertyDisplayed(
    ExplorerNodeSettings element,
    PropertyPath newPropertyDisplayedPath
)
public:
static void SetPropertyDisplayed(
    ExplorerNodeSettings^ element, 
    PropertyPath^ newPropertyDisplayedPath
)
static member SetPropertyDisplayed : 
        element:ExplorerNodeSettings * 
        newPropertyDisplayedPath:PropertyPath -> unit
public static function SetPropertyDisplayed(
    element : ExplorerNodeSettings, 
    newPropertyDisplayedPath : PropertyPath
)

Parameters

.NET Framework Security

See Also

Reference

ExplorerNodeSettingsHasPropertyDisplayedPath Class

Microsoft.VisualStudio.Modeling.DslDefinition Namespace