ITypeInfo2.GetImplTypeCustData(Int32, 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 implementation type of the custom data.
public:
void GetImplTypeCustData(int index, Guid % guid, [Runtime::InteropServices::Out] System::Object ^ % pVarVal);
public void GetImplTypeCustData (int index, ref Guid guid, out object pVarVal);
abstract member GetImplTypeCustData : int * Guid * obj -> unit
Public Sub GetImplTypeCustData (index As Integer, ByRef guid As Guid, ByRef pVarVal As Object)
Parameters
- index
- Int32
The index of the implementation type for the custom data.
- 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::GetImplTypeCustData method.
Applies to
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.