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 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。
请参见
参考
Microsoft.VisualStudio.ManagedInterfaces.ProjectDesigner 命名空间