Share via


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

'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: System.String
    The name of the Help element.

.NET Framework Security

See Also

Reference

UserContextElement Class

Microsoft.VisualStudio.Modeling.Design Namespace