ConnectionItems.IDictionary<Object,Object>.Values 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
property System::Collections::Generic::ICollection<System::Object ^> ^ System::Collections::Generic::IDictionary<System::Object,System::Object>::Values { System::Collections::Generic::ICollection<System::Object ^> ^ get(); };
System.Collections.Generic.ICollection<object> System.Collections.Generic.IDictionary<System.Object,System.Object>.Values { get; }
System.Collections.Generic.ICollection<object?> System.Collections.Generic.IDictionary<System.Object,System.Object>.Values { get; }
member this.System.Collections.Generic.IDictionary<System.Object,System.Object>.Values : System.Collections.Generic.ICollection<obj>
ReadOnly Property Values As ICollection(Of Object) Implements IDictionary(Of Object, Object).Values