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.
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Gets an System.Collections.Generic.ICollection that contains the values of the System.Collections.Generic.IDictionary.
Namespace: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
Public ReadOnly Property Values As ICollection(Of String)
public ICollection<string> Values { get; }
public:
virtual property ICollection<String^>^ Values {
ICollection<String^>^ get () sealed;
}
abstract Values : ICollection<string> with get
override Values : ICollection<string> with get
final function get Values () : ICollection<String>
Property Value
Type: System.Collections.Generic.ICollection<String>
An System.Collections.Generic.ICollection that contains the values of the object that implements System.Collections.Generic.IDictionary.
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.