IPropertyBag2 接口

设置和检索特定属性的值。 扩展,但是,不从继承, IPropertyBag。 添加方法来检索有关属性的信息。 有关更多信息,请参见 IPropertyBag2。

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

语法

声明
<GuidAttribute("22F55882-280B-11D0-A8A9-00A0C90C2004")> _
<InterfaceTypeAttribute()> _
Public Interface IPropertyBag2
[GuidAttribute("22F55882-280B-11D0-A8A9-00A0C90C2004")]
[InterfaceTypeAttribute()]
public interface IPropertyBag2

IPropertyBag2 类型公开以下成员。

方法

  名称 说明
公共方法 CountProperties 属性数属性包中的。
公共方法 GetPropertyInfo 获取属性的信息。属性包,而不会实际获取这些属性。
公共方法 LoadObject 读取属性对象不可变的属性。
公共方法 Read 读取属性包的一个或多个特性。
公共方法 Write 属性保存到属性包。

页首

请参见

参考

Microsoft.VisualStudio.OLE.Interop 命名空间