![]() |
v2.40
|
|
This is the complete list of members for IPropertyManager, including all inherited members.
AssignPropertyToType([in] GUID propertyId, [in] GUID objectType_) | IPropertyManager | |
AssignPropertyToTypeS([in] BSTR propertyId, [in] BSTR objectType_) | IPropertyManager | |
CreatePropertyDescription([in] BSTR name_, [in] enum PropertyType type_, [out, retval] IPropertyDescription **ppDescription) | IPropertyManager | |
GetCSVExportFlag([in] GUID propertyId, [in] GUID objectType_, [out, retval] VARIANT_BOOL *pValue) | IPropertyManager | |
GetCSVExportFlagS([in] BSTR propertyId, [in] BSTR objectType_, [out, retval] VARIANT_BOOL *pValue) | IPropertyManager | |
GetExpression([in] GUID propertyId, [in] GUID objectType_, [out, retval] BSTR *pExpression) | IPropertyManager | |
GetExpressionS([in] BSTR propertyId, [in] BSTR objectType_, [out, retval] BSTR *pExpression) | IPropertyManager | |
GetPropertyDescription([in] GUID propertyId, [out, retval] PropertyDescription *pDescription) | IPropertyManager | |
GetPropertyDescription2([in] GUID propertyId, [out, retval] IPropertyDescription **ppDescription) | IPropertyManager | |
GetPropertyDescription2S([in] BSTR propertyId, [out, retval] IPropertyDescription **ppDescription) | IPropertyManager | |
GetPropertyId([in] int index, [out, retval] GUID *pPropertyId) | IPropertyManager | |
GetPropertyIdS([in] int index, [out, retval] BSTR *pPropertyId) | IPropertyManager | |
GetPropertyName([in] GUID propertyId, [out, retval] BSTR *pName) | IPropertyManager | |
GetPropertyNameS([in] BSTR propertyId, [out, retval] BSTR *pName) | IPropertyManager | |
GetPropertyType([in] GUID propertyId, [out, retval] enum PropertyType *pType) | IPropertyManager | |
GetPropertyTypeS([in] BSTR propertyId, [out, retval] enum PropertyType *pType) | IPropertyManager | |
IsPropertyAssignedToType([in] GUID propertyId, [in] GUID objectType_, [out, retval] VARIANT_BOOL *pResult) | IPropertyManager | |
IsPropertyAssignedToTypeS([in] BSTR propertyId, [in] BSTR objectType_, [out, retval] VARIANT_BOOL *pResult) | IPropertyManager | |
IsPropertyRegistered([in] GUID propertyId, [out, retval] VARIANT_BOOL *pResult) | IPropertyManager | |
IsPropertyRegisteredS([in] BSTR propertyId, [out, retval] VARIANT_BOOL *pResult) | IPropertyManager | |
PropertyCount | IPropertyManager | |
RegisterProperty([in] GUID propertyId, [in] PropertyDescription description_) | IPropertyManager | |
RegisterProperty2([in] GUID propertyId, [in] IPropertyDescription *pDescription) | IPropertyManager | |
RegisterPropertyS([in] BSTR propertyId, [in] BSTR name_, [in] enum PropertyType type_) | IPropertyManager | |
RegisterPropertyS2([in] BSTR propertyId, [in] IPropertyDescription *pDescription) | IPropertyManager | |
SetCSVExportFlag([in] GUID propertyId, [in] GUID objectType_, [in] VARIANT_BOOL value) | IPropertyManager | |
SetCSVExportFlagS([in] BSTR propertyId, [in] BSTR objectType_, [in] VARIANT_BOOL value) | IPropertyManager | |
SetExpression([in] GUID propertyId, [in] GUID objectType_, [in] BSTR expression) | IPropertyManager | |
SetExpressionS([in] BSTR propertyId, [in] BSTR objectType_, [in] BSTR expression) | IPropertyManager | |
SetPropertyName([in] GUID propertyId, [in] BSTR name) | IPropertyManager | |
UnassignPropertyFromType([in] GUID propertyId, [in] GUID objectType_) | IPropertyManager | |
UnassignPropertyFromTypeS([in] BSTR propertyId, [in] BSTR objectType_) | IPropertyManager | |
UnregisterProperty([in] GUID propertyId) | IPropertyManager | |
UnregisterPropertyS([in] BSTR propertyId) | IPropertyManager | |
UpdateEnumValues([in] GUID propertyId, [in] SAFEARRAY(BSTR) pEnumItems, [in] SAFEARRAY(BSTR) pSubstitutionTable) | IPropertyManager |