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.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.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: System.StringName of the Help element.
value
Type: System.StringValue of the Help element
type
Type: Microsoft.VisualStudio.Modeling.Design.UserContextTypeThe type of the Help element.
.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.