IVsPlatformReferenceProviderContext.IsImplicitlyReferenced 属性

定义

获取或设置是否无需显示 "Windows" 选项卡,该选项卡允许选择核心 Windows 元数据 (Winmd) ,因为它们由项目系统隐式引用。

public:
 property bool IsImplicitlyReferenced { bool get(); void set(bool value); };
public:
 property bool IsImplicitlyReferenced { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(1610743832)]
public bool IsImplicitlyReferenced { get; set; }
[<System.Runtime.InteropServices.DispId(1610743832)>]
member this.IsImplicitlyReferenced : bool with get, set
Public Property IsImplicitlyReferenced As Boolean

属性值

Boolean

true 如果未显示 "Windows" 选项卡,则为。

属性

适用于