public interface IPropertyBag
extends com.teamdev.jxdesktop.win32.com.IUnknown
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
INTERFACE_IDENTIFIER |
| Modifier and Type | Method and Description |
|---|---|
void |
read(java.lang.String propName,
com.teamdev.jxdesktop.win32.com.types.Variant value) |
void |
write(java.lang.String propName,
com.teamdev.jxdesktop.win32.com.types.Variant value) |
static final java.lang.String INTERFACE_IDENTIFIER
void read(java.lang.String propName,
com.teamdev.jxdesktop.win32.com.types.Variant value)
throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComExceptionvoid write(java.lang.String propName,
com.teamdev.jxdesktop.win32.com.types.Variant value)
throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException