VertexBuffer.GetObjectByValue(Int32) Method (Microsoft.DirectX.Direct3D)

This member supports the infrastructure for Microsoft DirectX 9.0 for Managed Code and is not intended to be used directly from your code.

Definition

Visual Basic Public Shadows Function GetObjectByValue( _
    ByVal uniqueKey As Integer _
) As IntPtrLeave Site
C# public new IntPtrLeave Site GetObjectByValue(
    int uniqueKey
);
C++ public:
IntPtrLeave Site GetObjectByValue(
    int uniqueKey
);
JScript public hide function GetObjectByValue(
    uniqueKey : int
) : IntPtrLeave Site;

Parameters

uniqueKey System.Int32
Object identifier.

Return Value

System.IntPtr
Pointer to the unmanaged Component Object Model (COM) interface, IDirect3DVertexBuffer9, which allows unmanaged COM clients to create an instance of the managed VertexBuffer class. Not supported.