UserContextElement Class

 
Note: This API is now obsolete.

This class is not used by the Visual Studio SDK. (See Remarks.) Represents a Help element.

Namespace:   Microsoft.VisualStudio.Modeling.Design
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)

System::Object
  Microsoft.VisualStudio.Modeling.Design::UserContextElement

[SerializableAttribute]
[ObsoleteAttribute("This class is deprecated.  Use the facilities in the DSL domain model to define help system bindings.")]
public ref class UserContextElement 

NameDescription
System_CAPS_pubmethodUserContextElement(String^, String^, UserContextType)

This constructor is not used by the Visual Studio SDK. Initializes a new instance of the UserContextElement class.

NameDescription
System_CAPS_pubpropertyContextType

This property is not used by the Visual Studio SDK. Gets the type of the Help element.

System_CAPS_pubpropertyPropertyName

This property is not used by the Visual Studio SDK. Gets the name of the Help element.

System_CAPS_pubpropertyValue

This property is not used by the Visual Studio SDK. Gets the value of the Help element.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

The DSL Tools use types in the System.ComponentModel.Design namespace to support the display of Help topics.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: