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, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.