Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
DomainRole Explorer Paths to elements whose explorer nodes should be hidden.
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0.dll)
Syntax
'Declaration
<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ExplorerHidesNodes/Explorer.Description", _
GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ExplorerHidesNodes/Explorer.DisplayName", _
GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<DomainObjectIdAttribute("c5c56575-8b06-4094-a1cf-5fcbf0bcd3ec")> _
<DomainRoleAttribute(DomainRoleOrder.Source, PropertyName := "HiddenNodes", _
PropertyDisplayNameKey := "Microsoft.VisualStudio.Modeling.DslDefinition.ExplorerHidesNodes/Explorer.PropertyDisplayName", _
PropagatesCopy := PropagatesCopyOption.PropagatesCopyToLinkAndOppositeRolePlayer, _
Multiplicity := Multiplicity.ZeroMany)> _
Public Property Explorer As ExplorerBehavior
[DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ExplorerHidesNodes/Explorer.Description",
typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ExplorerHidesNodes/Explorer.DisplayName",
typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DomainObjectIdAttribute("c5c56575-8b06-4094-a1cf-5fcbf0bcd3ec")]
[DomainRoleAttribute(DomainRoleOrder.Source, PropertyName = "HiddenNodes",
PropertyDisplayNameKey = "Microsoft.VisualStudio.Modeling.DslDefinition.ExplorerHidesNodes/Explorer.PropertyDisplayName",
PropagatesCopy = PropagatesCopyOption.PropagatesCopyToLinkAndOppositeRolePlayer,
Multiplicity = Multiplicity.ZeroMany)]
public ExplorerBehavior Explorer { get; set; }
[DescriptionResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.ExplorerHidesNodes/Explorer.Description",
typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DisplayNameResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.ExplorerHidesNodes/Explorer.DisplayName",
typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DomainObjectIdAttribute(L"c5c56575-8b06-4094-a1cf-5fcbf0bcd3ec")]
[DomainRoleAttribute(DomainRoleOrder::Source, PropertyName = L"HiddenNodes",
PropertyDisplayNameKey = L"Microsoft.VisualStudio.Modeling.DslDefinition.ExplorerHidesNodes/Explorer.PropertyDisplayName",
PropagatesCopy = PropagatesCopyOption::PropagatesCopyToLinkAndOppositeRolePlayer,
Multiplicity = Multiplicity::ZeroMany)]
public:
property ExplorerBehavior^ Explorer {
ExplorerBehavior^ get ();
void set (ExplorerBehavior^ value);
}
[<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ExplorerHidesNodes/Explorer.Description",
typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")>]
[<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ExplorerHidesNodes/Explorer.DisplayName",
typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")>]
[<DomainObjectIdAttribute("c5c56575-8b06-4094-a1cf-5fcbf0bcd3ec")>]
[<DomainRoleAttribute(DomainRoleOrder.Source, PropertyName = "HiddenNodes",
PropertyDisplayNameKey = "Microsoft.VisualStudio.Modeling.DslDefinition.ExplorerHidesNodes/Explorer.PropertyDisplayName",
PropagatesCopy = PropagatesCopyOption.PropagatesCopyToLinkAndOppositeRolePlayer,
Multiplicity = Multiplicity.ZeroMany)>]
member Explorer : ExplorerBehavior with get, set
function get Explorer () : ExplorerBehavior
function set Explorer (value : ExplorerBehavior)
Property Value
Type: Microsoft.VisualStudio.Modeling.DslDefinition.ExplorerBehavior
.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.