다음을 통해 공유


IPropertyStore 멤버

Represents a property store.

IPropertyStore 형식은 다음 멤버를 노출합니다.

메서드

  이름 설명
공용 메서드 ContainsBoolean Indicates whether the property at the specified index contains a Boolean value.
공용 메서드 ContainsInteger Indicates whether the property at the specified index contains an integer value.
공용 메서드 ContainsObject Indicates whether the property at the specified index contains an object value.
공용 메서드 ContainsSize Indicates whether the property at the specified index contains a size value.
공용 메서드 GetBoolean Gets the value of a Boolean property.
공용 메서드 GetInteger Gets the value of an integer property.
공용 메서드 GetObject(Int32) Gets an object property.
공용 메서드 GetObject< (Of < <' (T> ) > > )(Int32) Gets an object of a specific type.
공용 메서드 GetSize Gets a size property.
공용 메서드 RemoveBoolean Removes a Boolean property.
공용 메서드 RemoveInteger Removes an integer property.
공용 메서드 RemoveObject Removes an object property.
공용 메서드 RemoveProperty Removes a property.
공용 메서드 RemoveSize Removes a size property.
공용 메서드 SetBoolean Sets a Boolean property.
공용 메서드 SetInteger Gets an integer property.
공용 메서드 SetObject Sets an object property.
공용 메서드 SetSize Sets a size property.

맨 위로 이동

속성

  이름 설명
공용 속성 Owner The owner object.
공용 속성 Parent The parent object.

맨 위로 이동