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.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)
Syntax
'Déclaration
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.String
Name of the Help element.
- value
Type: System.String
Value of the Help element
- type
Type: Microsoft.VisualStudio.Modeling.Design.UserContextType
The 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.