Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Retrieves a collection of the current property values.
Namespace: Microsoft.VisualStudio.Data.Framework
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Values As ICollection(Of Object)
Get
[BrowsableAttribute(false)]
public ICollection<Object> Values { get; }
[BrowsableAttribute(false)]
public:
virtual property ICollection<Object^>^ Values {
ICollection<Object^>^ get () sealed;
}
[<BrowsableAttribute(false)>]
abstract Values : ICollection<Object>
[<BrowsableAttribute(false)>]
override Values : ICollection<Object>
final function get Values () : ICollection<Object>
Property Value
Type: System.Collections.Generic.ICollection<Object>
A collection of the current property values.
Implements
IDictionary<TKey, TValue>.Values
.NET Framework Security
- 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.