ITypeInfo.GetTypeAttr(IntPtr) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves a TYPEATTR structure that contains the attributes of the type description.
public:
void GetTypeAttr([Runtime::InteropServices::Out] IntPtr % ppTypeAttr);
public void GetTypeAttr (out IntPtr ppTypeAttr);
abstract member GetTypeAttr : nativeint -> unit
Public Sub GetTypeAttr (ByRef ppTypeAttr As IntPtr)
Parameters
- ppTypeAttr
-
IntPtr
nativeint
When this method returns, contains a reference to the structure that contains the attributes of this type description. This parameter is passed uninitialized.
Remarks
The values of the ppTypeAttr
parameter can be accessed through the PtrToStructure method.
For more information, see ITypeInfo::GetTypeAttr method.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.