Share via


ExplorerNodeSettingsHasPropertyDisplayedPath.ExplorerNodeSettings Property

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

Syntax

'Declaration
<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ExplorerNodeSettingsHasPropertyDisplayedPath/ExplorerNodeSettings.Description",  _
    GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<DomainObjectIdAttribute("c2e53e5e-6835-4bd1-a135-96c0b0aa42ce")> _
<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ExplorerNodeSettingsHasPropertyDisplayedPath/ExplorerNodeSettings.DisplayName",  _
    GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<BrowsableAttribute(False)> _
<DomainRoleAttribute(DomainRoleOrder.Source, PropertyName := "PropertyDisplayed",  _
    PropertyDisplayNameKey := "Microsoft.VisualStudio.Modeling.DslDefinition.ExplorerNodeSettingsHasPropertyDisplayedPath/ExplorerNodeSettings.PropertyDisplayName",  _
    Multiplicity := Multiplicity.ZeroOne)> _
Public Property ExplorerNodeSettings As ExplorerNodeSettings
'Usage
Dim instance As ExplorerNodeSettingsHasPropertyDisplayedPath 
Dim value As ExplorerNodeSettings 

value = instance.ExplorerNodeSettings

instance.ExplorerNodeSettings = value
[DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ExplorerNodeSettingsHasPropertyDisplayedPath/ExplorerNodeSettings.Description", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DomainObjectIdAttribute("c2e53e5e-6835-4bd1-a135-96c0b0aa42ce")]
[DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ExplorerNodeSettingsHasPropertyDisplayedPath/ExplorerNodeSettings.DisplayName", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[BrowsableAttribute(false)]
[DomainRoleAttribute(DomainRoleOrder.Source, PropertyName = "PropertyDisplayed", 
    PropertyDisplayNameKey = "Microsoft.VisualStudio.Modeling.DslDefinition.ExplorerNodeSettingsHasPropertyDisplayedPath/ExplorerNodeSettings.PropertyDisplayName", 
    Multiplicity = Multiplicity.ZeroOne)]
public ExplorerNodeSettings ExplorerNodeSettings { get; set; }
[DescriptionResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.ExplorerNodeSettingsHasPropertyDisplayedPath/ExplorerNodeSettings.Description", 
    typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DomainObjectIdAttribute(L"c2e53e5e-6835-4bd1-a135-96c0b0aa42ce")]
[DisplayNameResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.ExplorerNodeSettingsHasPropertyDisplayedPath/ExplorerNodeSettings.DisplayName", 
    typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[BrowsableAttribute(false)]
[DomainRoleAttribute(DomainRoleOrder::Source, PropertyName = L"PropertyDisplayed", 
    PropertyDisplayNameKey = L"Microsoft.VisualStudio.Modeling.DslDefinition.ExplorerNodeSettingsHasPropertyDisplayedPath/ExplorerNodeSettings.PropertyDisplayName", 
    Multiplicity = Multiplicity::ZeroOne)]
public:
property ExplorerNodeSettings^ ExplorerNodeSettings {
    ExplorerNodeSettings^ get ();
    void set (ExplorerNodeSettings^ value);
}
public function get ExplorerNodeSettings () : ExplorerNodeSettings 
public function set ExplorerNodeSettings (value : ExplorerNodeSettings)

Property Value

Type: Microsoft.VisualStudio.Modeling.DslDefinition.ExplorerNodeSettings

.NET Framework Security

See Also

Reference

ExplorerNodeSettingsHasPropertyDisplayedPath Class

ExplorerNodeSettingsHasPropertyDisplayedPath Members

Microsoft.VisualStudio.Modeling.DslDefinition Namespace