ITypeInfo2.GetCustData(Guid, Object) 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.
Gets the custom data.
public:
void GetCustData(Guid % guid, [Runtime::InteropServices::Out] System::Object ^ % pVarVal);
public void GetCustData (ref Guid guid, out object pVarVal);
abstract member GetCustData : Guid * obj -> unit
Public Sub GetCustData (ByRef guid As Guid, ByRef pVarVal As Object)
Parameters
- guid
- Guid
The GUID used to identify the data.
- pVarVal
- Object
When this method returns, contains an Object
that specifies where to put the retrieved data. This parameter is passed uninitialized.
Remarks
For more information, see ITypeInfo2::GetCustData method.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.