IPerPropertyBrowsing Interface

Accesses the information displayed in an object's property pages. For more information, see IPerPropertyBrowsing.

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

'Declaration
<GuidAttribute("376BD3AA-3845-101B-84ED-08002B2EC713")> _
<InterfaceTypeAttribute()> _
Public Interface IPerPropertyBrowsing
[GuidAttribute("376BD3AA-3845-101B-84ED-08002B2EC713")]
[InterfaceTypeAttribute()]
public interface IPerPropertyBrowsing
[GuidAttribute(L"376BD3AA-3845-101B-84ED-08002B2EC713")]
[InterfaceTypeAttribute()]
public interface class IPerPropertyBrowsing
[<GuidAttribute("376BD3AA-3845-101B-84ED-08002B2EC713")>]
[<InterfaceTypeAttribute()>]
type IPerPropertyBrowsing =  interface end
public interface IPerPropertyBrowsing

The IPerPropertyBrowsing type exposes the following members.

Methods

  Name Description
Public method GetDisplayString
Public method GetPredefinedStrings
Public method GetPredefinedValue
Public method MapPropertyToPage

Top

See Also

Reference

Microsoft.VisualStudio.OLE.Interop Namespace