提供对运行时布尔值属性的访问权限。
命名空间: Microsoft.VisualStudio.VCProjectEngine
程序集: Microsoft.VisualStudio.VCProjectEngine(在 Microsoft.VisualStudio.VCProjectEngine.dll 中)
语法
声明
<GuidAttribute("7114FEAE-4AB7-4636-97D9-7C90538782D8")> _
Public Interface VCRuntimeBooleanProperty _
Inherits VCRuntimeProperty
[GuidAttribute("7114FEAE-4AB7-4636-97D9-7C90538782D8")]
public interface VCRuntimeBooleanProperty : VCRuntimeProperty
[GuidAttribute(L"7114FEAE-4AB7-4636-97D9-7C90538782D8")]
public interface class VCRuntimeBooleanProperty : VCRuntimeProperty
[<GuidAttribute("7114FEAE-4AB7-4636-97D9-7C90538782D8")>]
type VCRuntimeBooleanProperty =
interface
interface VCRuntimeProperty
end
public interface VCRuntimeBooleanProperty extends VCRuntimeProperty
VCRuntimeBooleanProperty 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
![]() |
Category | 设置或获取该属性的默认值。 |
![]() |
DefaultValue | 设置或获取该属性的默认值。 |
![]() |
Description | 设置或获取属性的说明。 |
![]() |
DisplayName | 获取或设置父对象的全名。 |
![]() |
HelpContext | 设置或获取属性的帮助上下文。 |
![]() |
HelpF1Keyword | 基础结构。 仅由 Microsoft 内部使用。 |
![]() |
HelpFile | 设置或获取属性的帮助文件名称 |
![]() |
HelpURL | 设置或获取属性的帮助 URL。 |
![]() |
IsReadOnly | 获取或设置一个指示包含父对象的该文件是否为只读文件的值。 |
![]() |
Name | 获取或设置 VCRuntimeBooleanProperty 的名称。 |
![]() |
PropertyPageName | 设置或获取属性的属性页面。 |
![]() |
Switch | 获取或设置命令行开关的文本。 |
页首