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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.