IDynamicHelpProvider.AddContextAttribute Method (String)
Adds a context attribute to the document.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Common.F1Help
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Sub AddContextAttribute ( _
keyword As String _
)
'Usage
Dim instance As IDynamicHelpProvider
Dim keyword As String
instance.AddContextAttribute(keyword)
void AddContextAttribute(
string keyword
)
void AddContextAttribute(
String^ keyword
)
function AddContextAttribute(
keyword : String
)
abstract AddContextAttribute :
keyword:string -> unit
Parameters
- keyword
Type: System.String
The keyword for displaying the corresponding help topic
.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
IDynamicHelpProvider Interface
Microsoft.VisualStudio.Data.Schema.Project.Common.F1Help Namespace