Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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
'Dichiarazione
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.