Share via


ExplorerReferencesBehavior.Behavior Property

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

Syntax

'Declaration
<DomainObjectIdAttribute("d791005a-b4e8-4f3f-bc1f-3e0a5ad4b947")> _
<DomainRoleAttribute(DomainRoleOrder.Target, PropertyName := "Explorer", PropertyDisplayNameKey := "Microsoft.VisualStudio.Modeling.DslDefinition.ExplorerReferencesBehavior/Behavior.PropertyDisplayName",  _
    Multiplicity := Multiplicity.ZeroOne)> _
<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ExplorerReferencesBehavior/Behavior.DisplayName",  _
    GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ExplorerReferencesBehavior/Behavior.Description",  _
    GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<BrowsableAttribute(False)> _
Public Property Behavior As ExplorerBehavior
'Usage
Dim instance As ExplorerReferencesBehavior 
Dim value As ExplorerBehavior 

value = instance.Behavior

instance.Behavior = value
[DomainObjectIdAttribute("d791005a-b4e8-4f3f-bc1f-3e0a5ad4b947")]
[DomainRoleAttribute(DomainRoleOrder.Target, PropertyName = "Explorer", PropertyDisplayNameKey = "Microsoft.VisualStudio.Modeling.DslDefinition.ExplorerReferencesBehavior/Behavior.PropertyDisplayName", 
    Multiplicity = Multiplicity.ZeroOne)]
[DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ExplorerReferencesBehavior/Behavior.DisplayName", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ExplorerReferencesBehavior/Behavior.Description", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[BrowsableAttribute(false)]
public ExplorerBehavior Behavior { get; set; }
[DomainObjectIdAttribute(L"d791005a-b4e8-4f3f-bc1f-3e0a5ad4b947")]
[DomainRoleAttribute(DomainRoleOrder::Target, PropertyName = L"Explorer", PropertyDisplayNameKey = L"Microsoft.VisualStudio.Modeling.DslDefinition.ExplorerReferencesBehavior/Behavior.PropertyDisplayName", 
    Multiplicity = Multiplicity::ZeroOne)]
[DisplayNameResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.ExplorerReferencesBehavior/Behavior.DisplayName", 
    typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DescriptionResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.ExplorerReferencesBehavior/Behavior.Description", 
    typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[BrowsableAttribute(false)]
public:
property ExplorerBehavior^ Behavior {
    ExplorerBehavior^ get ();
    void set (ExplorerBehavior^ value);
}
public function get Behavior () : ExplorerBehavior 
public function set Behavior (value : ExplorerBehavior)

Property Value

Type: Microsoft.VisualStudio.Modeling.DslDefinition.ExplorerBehavior

.NET Framework Security

See Also

Reference

ExplorerReferencesBehavior Class

ExplorerReferencesBehavior Members

Microsoft.VisualStudio.Modeling.DslDefinition Namespace