Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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: ICollection<String>
An System.Collections.Generic.ICollection that contains the values of the object that implements System.Collections.Generic.IDictionary.
Implements
IDictionary.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.