IVsPropertyBrowser Interface

Definition

Gets and sets the state of the property browser. Implemented by the environment.

public interface class IVsPropertyBrowser
public interface class IVsPropertyBrowser
__interface IVsPropertyBrowser
[System.Runtime.InteropServices.Guid("B1E402B6-D8E0-4422-9164-421FEE099F00")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsPropertyBrowser
[System.Runtime.InteropServices.Guid("B1E402B6-D8E0-4422-9164-421FEE099F00")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsPropertyBrowser
[<System.Runtime.InteropServices.Guid("B1E402B6-D8E0-4422-9164-421FEE099F00")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsPropertyBrowser = interface
[<System.Runtime.InteropServices.Guid("B1E402B6-D8E0-4422-9164-421FEE099F00")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsPropertyBrowser = interface
Public Interface IVsPropertyBrowser
Attributes

Remarks

The VsPropertyBrowserState structure contains the information about the Property Browser. Your code needs to allocate storage for this structure.

Methods

GetState(VsPropertyBrowserState[])

Gets the state of the property browser and returns it in a VsPropertyBrowserState structure.

SetState(VsPropertyBrowserState[])

Sets the state of the property browser using information in a VsPropertyBrowserState structure.

Applies to