提供对运行时属性的访问。
命名空间: Microsoft.VisualStudio.VCProjectEngine
程序集: Microsoft.VisualStudio.VCProjectEngine(在 Microsoft.VisualStudio.VCProjectEngine.dll 中)
语法
声明
<GuidAttribute("1100EC3A-C52F-4AED-8ADE-7FD6D0F3266D")> _
Public Interface VCRuntimeProperty
[GuidAttribute("1100EC3A-C52F-4AED-8ADE-7FD6D0F3266D")]
public interface VCRuntimeProperty
[GuidAttribute(L"1100EC3A-C52F-4AED-8ADE-7FD6D0F3266D")]
public interface class VCRuntimeProperty
[<GuidAttribute("1100EC3A-C52F-4AED-8ADE-7FD6D0F3266D")>]
type VCRuntimeProperty = interface end
public interface VCRuntimeProperty
VCRuntimeProperty 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
![]() |
Category | 设置或获取属性的类别。 |
![]() |
Description | 设置或获取属性的说明。 |
![]() |
DisplayName | 获取或设置对象的全名。 |
![]() |
HelpContext | 设置或获取属性的帮助上下文。 |
![]() |
HelpF1Keyword | 基础结构。 仅由 Microsoft 内部使用。 |
![]() |
HelpFile | 设置或获取属性的帮助文件名称 |
![]() |
HelpURL | 设置或获取属性的帮助 URL。 |
![]() |
IsReadOnly | 获取一个指示包含父对象的文件是否为只读文件的值。 |
![]() |
Name | 获取或设置 VCRuntimeProperty 对象的名称。 |
![]() |
PropertyPageName | 设置或获取属性的属性页面。 |
页首