ExplorerNodeSettingsHasPropertyDisplayedPath.SetExplorerNodeSettings Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets ExplorerNodeSettings.
public:
static void SetExplorerNodeSettings(Microsoft::VisualStudio::Modeling::DslDefinition::PropertyPath ^ element, Microsoft::VisualStudio::Modeling::DslDefinition::ExplorerNodeSettings ^ newExplorerNodeSettings);
[System.Diagnostics.DebuggerStepThrough]
public static void SetExplorerNodeSettings (Microsoft.VisualStudio.Modeling.DslDefinition.PropertyPath element, Microsoft.VisualStudio.Modeling.DslDefinition.ExplorerNodeSettings newExplorerNodeSettings);
[<System.Diagnostics.DebuggerStepThrough>]
static member SetExplorerNodeSettings : Microsoft.VisualStudio.Modeling.DslDefinition.PropertyPath * Microsoft.VisualStudio.Modeling.DslDefinition.ExplorerNodeSettings -> unit
Public Shared Sub SetExplorerNodeSettings (element As PropertyPath, newExplorerNodeSettings As ExplorerNodeSettings)
Parameters
- element
- PropertyPath
- newExplorerNodeSettings
- ExplorerNodeSettings
- Attributes