Membros IPropertyStore
Represents a property store.
O tipo IPropertyStore expõe os seguintes membros.
Métodos
Nome | Descrição | |
---|---|---|
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. |
Início
Consulte também