CustomAce.GetOpaque 方法

定义

返回与此 CustomAce 对象关联的不透明数据。Returns the opaque data associated with this CustomAce object.

public:
 cli::array <System::Byte> ^ GetOpaque();
public byte[] GetOpaque ();
public byte[]? GetOpaque ();
member this.GetOpaque : unit -> byte[]
Public Function GetOpaque () As Byte()

返回

Byte[]

一个字节值数组,表示与此 CustomAce 对象关联的不透明数据。An array of byte values that represents the opaque data associated with this CustomAce object.

适用于