UserContext.UserContextElements Property

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

Syntax

'宣言
Public ReadOnly Property UserContextElements As ReadOnlyCollection(Of UserContextElement)
'使用
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>

Permissions

See Also

Reference

UserContext Class

UserContext Members

Microsoft.VisualStudio.Modeling.Design Namespace