IDynamicHelpProvider.RemoveContextAttribute Method
Removes a previously-added context attribute with the specified keyword.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Common.F1Help
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Sub RemoveContextAttribute ( _
keyword As String _
)
'Usage
Dim instance As IDynamicHelpProvider
Dim keyword As String
instance.RemoveContextAttribute(keyword)
void RemoveContextAttribute(
string keyword
)
void RemoveContextAttribute(
String^ keyword
)
function RemoveContextAttribute(
keyword : String
)
abstract RemoveContextAttribute :
keyword:string -> unit
Parameters
- keyword
Type: System.String
The specified keyword
.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