ITypeLib2.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
- pVarVal
- Object
When this method returns, contains an object that specifies where to put the retrieved data. This parameter is passed uninitialized.
Applies to
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.