System::IFormatProvider::GetFormat 方法
IFormatProvider::GetFormat method
返回提供指定类型格式化服务的对象。
virtual SharedPtr<Object> System::IFormatProvider::GetFormat(const TypeInfo &formatType)=0
| Parameter | Type | 描述 |
|---|---|---|
| formatType | const TypeInfo& | 请求格式化对象的类型 |
ReturnValue
为指定类型提供格式化服务的对象
另见
- Typedef SharedPtr
- Class Object
- Class TypeInfo
- Class IFormatProvider
- Namespace System
- Library Aspose.Page for C++