_Type.IsNestedAssembly 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
為 COM 物件提供與版本無關的 IsNestedAssembly 屬性之存取權。
public:
property bool IsNestedAssembly { bool get(); };
public bool IsNestedAssembly { get; }
member this.IsNestedAssembly : bool
Public ReadOnly Property IsNestedAssembly As Boolean
屬性值
如果 true
是巢狀並只在它自己的組件內為可見,則為 Type,否則為 false
。
備註
此屬性適用於從 Unmanaged 程式代碼存取 Managed 類別,而且不應該從 Managed 程式代碼呼叫。
屬性 Type.IsNestedAssembly 會取得值,指出 是否 Type 為巢狀,而且只顯示在它自己的元件內。