MarshalUsingAttribute.ElementIndirectionDepth プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
このマーシャリング情報が提供される間接深度を取得または設定します。
public:
property int ElementIndirectionDepth { int get(); void set(int value); };
public int ElementIndirectionDepth { get; set; }
member this.ElementIndirectionDepth : int with get, set
Public Property ElementIndirectionDepth As Integer
プロパティ値
注釈
この値は、ネイティブ表現から対応する値を取得するために必要なポインター間接参照の数に対応します。 たとえば、この属性が型 Int32[][] のパラメーターにある場合、 ElementIndirectionDepth の 0 は、マーシャリング情報が [][] のマネージド型 Int32に適用されることを意味し、 ElementIndirectionDepth の 1 はマネージド型 Int32[] に適用され ElementIndirectionDepth 、 の 2 は のマネージド型 Int32に適用されます。 指定ElementIndirectionDepthされたパラメーターまたは戻り値に指定できる値は、 を持つ 1 MarshalUsingAttribute つだけです。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET