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
- 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.