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.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)
Syntax
'Declaration
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: StringThe name of the Help element.
value
Type: StringThe value 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.