VCRuntimeStringProperty 接口

提供对运行时字符串属性。

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

语法

声明
<GuidAttribute("DF2E9877-E528-4746-88C2-A3CB79134B2C")> _
Public Interface VCRuntimeStringProperty _
    Inherits VCRuntimeProperty
[GuidAttribute("DF2E9877-E528-4746-88C2-A3CB79134B2C")]
public interface VCRuntimeStringProperty : VCRuntimeProperty
[GuidAttribute(L"DF2E9877-E528-4746-88C2-A3CB79134B2C")]
public interface class VCRuntimeStringProperty : VCRuntimeProperty
[<GuidAttribute("DF2E9877-E528-4746-88C2-A3CB79134B2C")>]
type VCRuntimeStringProperty =  
    interface
        interface VCRuntimeProperty
    end
public interface VCRuntimeStringProperty extends VCRuntimeProperty

VCRuntimeStringProperty 类型公开以下成员。

属性

  名称 说明
公共属性 Category 设置或获取属性的类。
公共属性 DefaultValue 设置或获取属性的默认值。
公共属性 Delimited 设置或获取属性是否包含分隔的字符串。
公共属性 Delimiters 设置或获取字符串分隔符。
公共属性 Description 设置或获取属性的说明。
公共属性 DisplayName 获取或设置对象的全名。
公共属性 HelpContext 设置或获取属性的帮助上下文。
公共属性 HelpF1Keyword 基础结构。仅由 Microsoft 内部使用。
公共属性 HelpFile 设置或获取帮助文件的名称属性的
公共属性 HelpURL 设置或获取属性的帮助 URL。
公共属性 Inheritable 设置或获取属性是否可以从父对象继承。
公共属性 IsReadOnly 获取或设置一个包含父对象的文件是否的值是只读的。
公共属性 Name 获取或设置 VCRuntimeStringProperty 对象的名称。
公共属性 PropertyPageName 设置或获取属性的属性页。
公共属性 Switch 获取或设置命令行开关的文本。

页首

请参见

参考

Microsoft.VisualStudio.VCProjectEngine 命名空间