IVsProjectDesignerPage.GetProperty 方法

获取给定属性的当前值。

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

语法

声明
Function GetProperty ( _
    propertyName As String _
) As Object
Object GetProperty(
    string propertyName
)

参数

  • propertyName
    类型:System.String
     要获取的属性的名称。

返回值

类型:System.Object
属性的值。

备注

使用二进制序列化程序,此值会序列化,稍后保存为使用由撤消和重做操作。

.NET Framework 安全性

请参见

参考

IVsProjectDesignerPage 接口

Microsoft.VisualStudio.ManagedInterfaces.ProjectDesigner 命名空间