ExplorerBehaviorHasNodeSettings.CustomNodeSettings 属性

DomainRole CustomNodeSettings 定义自定义资源管理器节点集的资源管理器行为。

命名空间:  Microsoft.VisualStudio.Modeling.DslDefinition
程序集:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0(在 Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0.dll 中)

语法

声明
<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ExplorerBehaviorHasNodeSettings/CustomNodeSettings.Description",  _
    GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<DomainObjectIdAttribute("fde051de-8631-4130-b6b2-6094290dbde3")> _
<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ExplorerBehaviorHasNodeSettings/CustomNodeSettings.DisplayName",  _
    GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<DomainRoleAttribute(DomainRoleOrder.Target, PropertyName := "ExplorerBehavior",  _
    PropertyDisplayNameKey := "Microsoft.VisualStudio.Modeling.DslDefinition.ExplorerBehaviorHasNodeSettings/CustomNodeSettings.PropertyDisplayName",  _
    PropagatesDelete := True, PropagatesCopy := PropagatesCopyOption.DoNotPropagateCopy,  _
    Multiplicity := Multiplicity.One)> _
Public Property CustomNodeSettings As ExplorerNodeSettings
[DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ExplorerBehaviorHasNodeSettings/CustomNodeSettings.Description", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DomainObjectIdAttribute("fde051de-8631-4130-b6b2-6094290dbde3")]
[DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ExplorerBehaviorHasNodeSettings/CustomNodeSettings.DisplayName", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DomainRoleAttribute(DomainRoleOrder.Target, PropertyName = "ExplorerBehavior", 
    PropertyDisplayNameKey = "Microsoft.VisualStudio.Modeling.DslDefinition.ExplorerBehaviorHasNodeSettings/CustomNodeSettings.PropertyDisplayName", 
    PropagatesDelete = true, PropagatesCopy = PropagatesCopyOption.DoNotPropagateCopy, 
    Multiplicity = Multiplicity.One)]
public ExplorerNodeSettings CustomNodeSettings { get; set; }

属性值

类型:Microsoft.VisualStudio.Modeling.DslDefinition.ExplorerNodeSettings

.NET Framework 安全性

请参见

参考

ExplorerBehaviorHasNodeSettings 类

Microsoft.VisualStudio.Modeling.DslDefinition 命名空间