次の方法で共有


Resource.SetPriority(Int32)

SetPriority メソッド

このリソースにリソース管理の優先順位を割り当てる。

定義

Visual Basic Public Function SetPriority( _
    ByVal priorityNew As Integer _
) As Integer
C# public int SetPriority(
    int priorityNew
);
Managed C++ public: int SetPriority(
    int priorityNew
);
JScript public function SetPriority(
    priorityNew : int
) : int;

パラメータ

priorityNew System.Int32.

戻り値

System.Int32.

対象

BaseTexture, CubeTexture, IndexBuffer, Resource, Surface, Texture, VertexBuffer, VolumeTexture

© 2002 Microsoft Corporation. All rights reserved. Terms of use.