IVsPropertyBrowser Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |