다음을 통해 공유


PropertyCollection.PropertyList 속성

속성 컬렉션을 읽기 전용 컬렉션으로 반환합니다.

네임스페이스:  Microsoft.VisualStudio.Utilities
어셈블리:  Microsoft.VisualStudio.CoreUtility(Microsoft.VisualStudio.CoreUtility.dll)

구문

‘선언
Public ReadOnly Property PropertyList As ReadOnlyCollection(Of KeyValuePair(Of Object, Object))
public ReadOnlyCollection<KeyValuePair<Object, Object>> PropertyList { get; }
public:
property ReadOnlyCollection<KeyValuePair<Object^, Object^>>^ PropertyList {
    ReadOnlyCollection<KeyValuePair<Object^, Object^>>^ get ();
}
member PropertyList : ReadOnlyCollection<KeyValuePair<Object, Object>> with get
function get PropertyList () : ReadOnlyCollection<KeyValuePair<Object, Object>>

속성 값

형식: ReadOnlyCollection<KeyValuePair<Object, Object>>
읽기 전용 컬렉션입니다.

.NET Framework 보안

참고 항목

참조

PropertyCollection 클래스

Microsoft.VisualStudio.Utilities 네임스페이스