Resource.Type
Type プロパティ
リソースのタイプを取得する。
定義
Visual Basic | Public ReadOnly Property Type As ResourceType |
C# | public ResourceType Type { get; } |
Managed C++ | public: __property ResourceType get_Type(); |
JScript | public function get Type() : ResourceType |
プロパティ値
Microsoft.DirectX.Direct3D.ResourceType.
これは読み取り専用プロパティである。
対象
BaseTexture, CubeTexture, IndexBuffer, Resource, Surface, Texture, VertexBuffer, VolumeTexture
© 2002 Microsoft Corporation. All rights reserved. Terms of use.