Share via


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

.NET Framework Security

See Also

Reference

IDynamicHelpProvider Interface

IDynamicHelpProvider Members

Microsoft.VisualStudio.Data.Schema.Project.Common.F1Help Namespace