OpenObject.Properties 속성

정의

개체를 확장하기 위한 속성 모음을 가져옵니다.

public:
 property System::Collections::Generic::Dictionary<System::String ^, System::Object ^> ^ Properties { System::Collections::Generic::Dictionary<System::String ^, System::Object ^> ^ get(); };
public System.Collections.Generic.Dictionary<string,object> Properties { get; }
member this.Properties : System.Collections.Generic.Dictionary<string, obj>
Public ReadOnly Property Properties As Dictionary(Of String, Object)

속성 값

개체를 확장할 속성 모음입니다.

적용 대상