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
- 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.
See Also
Reference
Microsoft.VisualStudio.Modeling.Design Namespace
Change History
Date |
History |
Reason |
---|---|---|
July 2008 |
Added topic. |
Content bug fix. |