_Type.IsNestedPrivate 屬性

定義

為 COM 物件提供與版本無關的 IsNestedPrivate 屬性之存取權。

public:
 property bool IsNestedPrivate { bool get(); };
public bool IsNestedPrivate { get; }
member this.IsNestedPrivate : bool
Public ReadOnly Property IsNestedPrivate As Boolean

屬性值

如果 true 是巢狀並且宣告為私用,則為 Type,否則為 false

備註

此屬性適用於從 Unmanaged 程式代碼存取 Managed 類別,不應從 Managed 程式代碼呼叫。

屬性 Type.IsNestedPrivate 會取得值,指出是否 Type 為巢狀且宣告為私用。

適用於