ExplorerBehavior.CustomNodeSettings Property
Gets a list of CustomNodeSettings. Custom node settings defined for the explorer behavior.
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0.dll)
Syntax
'Declaração
Public ReadOnly Property CustomNodeSettings As LinkedElementCollection(Of ExplorerNodeSettings)
Get
public LinkedElementCollection<ExplorerNodeSettings> CustomNodeSettings { get; }
public:
property LinkedElementCollection<ExplorerNodeSettings^>^ CustomNodeSettings {
LinkedElementCollection<ExplorerNodeSettings^>^ get ();
}
member CustomNodeSettings : LinkedElementCollection<ExplorerNodeSettings>
function get CustomNodeSettings () : LinkedElementCollection<ExplorerNodeSettings>
Property Value
Type: Microsoft.VisualStudio.Modeling.LinkedElementCollection<ExplorerNodeSettings>
.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.