Tool.IsHelpKeywordTracking Property

Gets or sets the value of IsHelpKeywordTracking domain property. If True, the HelpKeyword property tracks other data in the DSL definition.

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

Syntax

'Declaração
<DomainObjectIdAttribute("e58de9eb-acdc-4688-bbe6-e21215174de6")> _
<BrowsableAttribute(False)> _
<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.Tool/IsHelpKeywordTracking.DisplayName",  _
    GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.Tool/IsHelpKeywordTracking.Description",  _
    GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
Public Property IsHelpKeywordTracking As Boolean
    Get
    Set
[DomainObjectIdAttribute("e58de9eb-acdc-4688-bbe6-e21215174de6")]
[BrowsableAttribute(false)]
[DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.Tool/IsHelpKeywordTracking.DisplayName", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.Tool/IsHelpKeywordTracking.Description", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
public bool IsHelpKeywordTracking { get; set; }
[DomainObjectIdAttribute(L"e58de9eb-acdc-4688-bbe6-e21215174de6")]
[BrowsableAttribute(false)]
[DisplayNameResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.Tool/IsHelpKeywordTracking.DisplayName", 
    typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DescriptionResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.Tool/IsHelpKeywordTracking.Description", 
    typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
public:
property bool IsHelpKeywordTracking {
    bool get ();
    void set (bool value);
}
[<DomainObjectIdAttribute("e58de9eb-acdc-4688-bbe6-e21215174de6")>]
[<BrowsableAttribute(false)>]
[<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.Tool/IsHelpKeywordTracking.DisplayName", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")>]
[<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.Tool/IsHelpKeywordTracking.Description", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")>]
member IsHelpKeywordTracking : bool with get, set
function get IsHelpKeywordTracking () : boolean
function set IsHelpKeywordTracking (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

Tool Class

Microsoft.VisualStudio.Modeling.DslDefinition Namespace