LibreOffice
LibreOffice 24.2 SDK API Reference
Loading...
Searching...
No Matches
GetPropertyTolerantResult Struct Referencepublished

specifies information being retrieved about a single property. More...

import <GetPropertyTolerantResult.idl;

Inheritance diagram for GetPropertyTolerantResult:
GetDirectPropertyTolerantResult

Public Attributes

short Result
 specifies a success or error code for the retrieval operation.
 
com::sun::star::beans::PropertyState State
 contains the state of the property.
 
any Value
 contains the value of the property.
 

Detailed Description

specifies information being retrieved about a single property.

See also
com::sun::star::beans::XTolerantMultiPropertySet

Member Data Documentation

◆ Result

short Result

specifies a success or error code for the retrieval operation.

See also
com::sun::star::beans::TolerantPropertySetResultType

◆ State

contains the state of the property.

The value is undefined if Result is not com::sun::star::beans::TolerantPropertySetResultType::SUCCESS.

◆ Value

any Value

contains the value of the property.

The value is undefined if Result is not com::sun::star::beans::TolerantPropertySetResultType::SUCCESS.


The documentation for this struct was generated from the following file: