Share via


ExplorerNodeSettingsHasPropertyDisplayedPath Constructor (ExplorerNodeSettings, PropertyPath)

Constructor Creates a ExplorerNodeSettingsHasPropertyDisplayedPath link in the same Partition as the given ExplorerNodeSettings

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

Syntax

'Declaration
Public Sub New ( _
    source As ExplorerNodeSettings, _
    target As PropertyPath _
)
public ExplorerNodeSettingsHasPropertyDisplayedPath(
    ExplorerNodeSettings source,
    PropertyPath target
)
public:
ExplorerNodeSettingsHasPropertyDisplayedPath(
    ExplorerNodeSettings^ source, 
    PropertyPath^ target
)
new : 
        source:ExplorerNodeSettings * 
        target:PropertyPath -> ExplorerNodeSettingsHasPropertyDisplayedPath
public function ExplorerNodeSettingsHasPropertyDisplayedPath(
    source : ExplorerNodeSettings, 
    target : PropertyPath
)

Parameters

.NET Framework Security

See Also

Reference

ExplorerNodeSettingsHasPropertyDisplayedPath Class

ExplorerNodeSettingsHasPropertyDisplayedPath Overload

Microsoft.VisualStudio.Modeling.DslDefinition Namespace