UserContext.Add Method

This method is not used by the Visual Studio SDK. Adds a Help element to this Help context.

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

Syntax

'Declaration
Public Sub Add ( _
    name As String, _
    value As String, _
    type As UserContextType _
)
public void Add(
    string name,
    string value,
    UserContextType type
)
public:
void Add(
    String^ name, 
    String^ value, 
    UserContextType type
)
member Add : 
        name:string * 
        value:string * 
        type:UserContextType -> unit
public function Add(
    name : String, 
    value : String, 
    type : UserContextType
)

Parameters

  • name
    Type: String

    Name of the Help element.

  • value
    Type: String

    Value of the Help element

.NET Framework Security

See Also

Reference

UserContext Class

Microsoft.VisualStudio.Modeling.Design Namespace