VCRuntimeEnumProperty.Values 属性

获取属性的枚举值。

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

语法

声明
ReadOnly Property Values As IVCCollection
IVCCollection Values { get; }
property IVCCollection^ Values {
    IVCCollection^ get ();
}
abstract Values : IVCCollection with get
function get Values () : IVCCollection

属性值

类型:Microsoft.VisualStudio.VCProjectEngine.IVCCollection
IVCCollection 对象允许访问 VCRuntimeEnumProperty 对象的枚举值。

.NET Framework 安全性

请参见

参考

VCRuntimeEnumProperty 接口

Microsoft.VisualStudio.VCProjectEngine 命名空间