IndexBuffer.GetObjectByValue(Int32)
GetObjectByValue メソッド
このメンバは Managed DirectX インフラストラクチャをサポートするが、作成したコードから直接使うことを念頭に置いたものではない。
定義
Visual Basic | Public Function GetObjectByValue( _ ByVal objId As Integer _ ) As IntPtr |
C# | public IntPtr GetObjectByValue( int objId ); |
Managed C++ | public: IntPtr GetObjectByValue( int objId ); |
JScript | public function GetObjectByValue( objId : int ) : IntPtr; |
パラメータ
objId | System.Int32. |
戻り値
System.IntPtr.
対象
© 2002 Microsoft Corporation. All rights reserved. Terms of use.