VCRuntimeIntegerProperty 接口

提供对运行时整数属性的访问权限。

命名空间:  Microsoft.VisualStudio.VCProjectEngine
程序集:  Microsoft.VisualStudio.VCProjectEngine(在 Microsoft.VisualStudio.VCProjectEngine.dll 中)

语法

声明
<GuidAttribute("C4FBDD2A-702C-4506-B5AC-8D2D5357A55A")> _
Public Interface VCRuntimeIntegerProperty _
    Inherits VCRuntimeProperty
[GuidAttribute("C4FBDD2A-702C-4506-B5AC-8D2D5357A55A")]
public interface VCRuntimeIntegerProperty : VCRuntimeProperty
[GuidAttribute(L"C4FBDD2A-702C-4506-B5AC-8D2D5357A55A")]
public interface class VCRuntimeIntegerProperty : VCRuntimeProperty
[<GuidAttribute("C4FBDD2A-702C-4506-B5AC-8D2D5357A55A")>]
type VCRuntimeIntegerProperty =  
    interface 
        interface VCRuntimeProperty 
    end
public interface VCRuntimeIntegerProperty extends VCRuntimeProperty

VCRuntimeIntegerProperty 类型公开以下成员。

属性

  名称 说明
公共属性 Category 设置或获取属性的类别。
公共属性 DefaultValue 设置或获取该属性的默认值。
公共属性 Description 设置或获取属性的说明。
公共属性 DisplayName 获取或设置对象的全名。
公共属性 HelpContext 设置或获取属性的帮助上下文。
公共属性 HelpF1Keyword 基础结构。 仅由 Microsoft 内部使用。
公共属性 HelpFile 设置或获取属性的帮助文件名称
公共属性 HelpURL 设置或获取属性的帮助 URL。
公共属性 IsReadOnly 获取一个指示包含父对象的文件是否为只读文件的值。
公共属性 Name 获取或设置 VCRuntimeIntegerProperty 对象的名称。
公共属性 PropertyPageName 设置或获取属性的属性页面。
公共属性 Switch 获取或设置命令行开关的文本。

页首

请参阅

参考

Microsoft.VisualStudio.VCProjectEngine 命名空间