GME
13
|
import "Meta.idl";
Public Member Functions | |
HRESULT | GetDefinedAttributeByNameDisp ([in] BSTR name,[in] VARIANT_BOOL inscope,[out, retval] IMgaMetaAttribute **p) |
HRESULT | DefineAttribute ([out, retval] IMgaMetaAttribute **p) |
HRESULT | GetAttributeByNameDisp ([in] BSTR name,[out, retval] IMgaMetaAttribute **p) |
HRESULT | GetAttributeByRefDisp ([in] metaref_type mref,[out, retval] IMgaMetaAttribute **p) |
HRESULT | AddAttribute ([in] IMgaMetaAttribute *p) |
HRESULT | RemoveAttribute ([in] IMgaMetaAttribute *p) |
Properties | |
IMgaMetaBase | DefinedIn [get] |
IMgaMetaAttributes | DefinedAttributes [get] |
IMgaMetaAttribute | DefinedAttributeByName ([in] BSTR name,[in] VARIANT_BOOL inscope) [get] |
IMgaMetaRoles | UsedInRoles [get] |
IMgaMetaFolders | UsedInFolders [get] |
IMgaMetaAttributes | Attributes [get] |
IMgaMetaAttribute | AttributeByName ([in] BSTR name) [get] |
IMgaMetaAttribute | AttributeByRef ([in] metaref_type mref) [get] |
VARIANT_BOOL | AliasingEnabled [get, set] |
HRESULT IMgaMetaFCO::AddAttribute | ( | [in] IMgaMetaAttribute * | p | ) |
HRESULT IMgaMetaFCO::DefineAttribute | ( | [out, retval] IMgaMetaAttribute ** | p | ) |
HRESULT IMgaMetaFCO::GetAttributeByNameDisp | ( | [in] BSTR | name, |
[out, retval] IMgaMetaAttribute ** | p | ||
) |
HRESULT IMgaMetaFCO::GetAttributeByRefDisp | ( | [in] metaref_type | mref, |
[out, retval] IMgaMetaAttribute ** | p | ||
) |
HRESULT IMgaMetaFCO::GetDefinedAttributeByNameDisp | ( | [in] BSTR | name, |
[in] VARIANT_BOOL | inscope, | ||
[out, retval] IMgaMetaAttribute ** | p | ||
) |
HRESULT IMgaMetaFCO::RemoveAttribute | ( | [in] IMgaMetaAttribute * | p | ) |
VARIANT_BOOL IMgaMetaFCO::AliasingEnabled [get, set] |
IMgaMetaAttribute IMgaMetaFCO::AttributeByName([in] BSTR name) [get] |
IMgaMetaAttribute IMgaMetaFCO::AttributeByRef([in] metaref_type mref) [get] |
IMgaMetaAttributes IMgaMetaFCO::Attributes [get] |
IMgaMetaAttribute IMgaMetaFCO::DefinedAttributeByName([in] BSTR name, [in] VARIANT_BOOL inscope) [get] |
IMgaMetaAttributes IMgaMetaFCO::DefinedAttributes [get] |
IMgaMetaFolders IMgaMetaFCO::UsedInFolders [get] |
IMgaMetaRoles IMgaMetaFCO::UsedInRoles [get] |