Share via


ModelingToolboxItem.ContextSensitiveHelpKeyword Property

Gets the F1 keyword for the Help topic associated with this toolbox item.

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

Syntax

'Declaration
Public ReadOnly Property ContextSensitiveHelpKeyword As String
'Usage
Dim instance As ModelingToolboxItem 
Dim value As String 

value = instance.ContextSensitiveHelpKeyword
public string ContextSensitiveHelpKeyword { get; }
public:
property String^ ContextSensitiveHelpKeyword {
    String^ get ();
}
public function get ContextSensitiveHelpKeyword () : String

Property Value

Type: System.String
The F1 keyword for the Help topic associated with this toolbox item.

.NET Framework Security

See Also

Reference

ModelingToolboxItem Class

ModelingToolboxItem Members

Microsoft.VisualStudio.Modeling.Design Namespace

Change History

Date

History

Reason

July 2008

Added topic.

Content bug fix.