NameScope.Values 속성

정의

NameScope 사전에 있는 값의 컬렉션을 가져옵니다.

public:
 property System::Collections::Generic::ICollection<System::Object ^> ^ Values { System::Collections::Generic::ICollection<System::Object ^> ^ get(); };
public System.Collections.Generic.ICollection<object> Values { get; }
member this.Values : System.Collections.Generic.ICollection<obj>
Public ReadOnly Property Values As ICollection(Of Object)

속성 값

NameScope 사전에 있는 값의 컬렉션입니다.

구현

적용 대상