VCRuntimeIntegerProperty 接口
提供对运行时整数属性。
命名空间: Microsoft.VisualStudio.VCProjectEngine
程序集: Microsoft.VisualStudio.VCProjectEngine(在 Microsoft.VisualStudio.VCProjectEngine.dll 中)
语法
声明
<GuidAttribute("09A9E6A3-BAE3-4C29-8AE2-442BF14E625C")> _
Public Interface VCRuntimeIntegerProperty _
Inherits VCRuntimeProperty
[GuidAttribute("09A9E6A3-BAE3-4C29-8AE2-442BF14E625C")]
public interface VCRuntimeIntegerProperty : VCRuntimeProperty
[GuidAttribute(L"09A9E6A3-BAE3-4C29-8AE2-442BF14E625C")]
public interface class VCRuntimeIntegerProperty : VCRuntimeProperty
[<GuidAttribute("09A9E6A3-BAE3-4C29-8AE2-442BF14E625C")>]
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 | 获取或设置命令行开关的文本。 |
页首