Share via


UserContext.UserContextElements Property

This property is not used by the Visual Studio SDK. Gets all Help elements.

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

Syntax

'Declaration
Public ReadOnly Property UserContextElements As ReadOnlyCollection(Of UserContextElement)
'Usage
Dim instance As UserContext 
Dim value As ReadOnlyCollection(Of UserContextElement)

value = instance.UserContextElements
public ReadOnlyCollection<UserContextElement> UserContextElements { get; }
public:
property ReadOnlyCollection<UserContextElement^>^ UserContextElements {
    ReadOnlyCollection<UserContextElement^>^ get ();
}
public function get UserContextElements () : ReadOnlyCollection<UserContextElement>

Property Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<UserContextElement>
A collection of all Help elements in this Help context.

.NET Framework Security

See Also

Reference

UserContext Class

UserContext Members

Microsoft.VisualStudio.Modeling.Design Namespace

Change History

Date

History

Reason

July 2008

Added topic.

Content bug fix.