UserContextElement Constructor
This constructor is not used by the Visual Studio SDK. Initializes a new instance of the UserContextElement class.
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 New ( _
attributeName As String, _
value As String, _
type As UserContextType _
)
public UserContextElement(
string attributeName,
string value,
UserContextType type
)
public:
UserContextElement(
String^ attributeName,
String^ value,
UserContextType type
)
new :
attributeName:string *
value:string *
type:UserContextType -> UserContextElement
public function UserContextElement(
attributeName : String,
value : String,
type : UserContextType
)
Parameters
- attributeName
Type: System.String
The name of the Help element.
- value
Type: System.String
The 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.