IVsUIWpfElement 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.
Creates Windows Presentation Foundation framework elements for the Visual Studio user interface.
public interface class IVsUIWpfElement
public interface class IVsUIWpfElement
__interface IVsUIWpfElement
public interface IVsUIWpfElement
[System.Runtime.InteropServices.Guid("CA87E95D-5AEE-4A16-BDCA-94A1F7F769A9")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsUIWpfElement
type IVsUIWpfElement = interface
[<System.Runtime.InteropServices.Guid("CA87E95D-5AEE-4A16-BDCA-94A1F7F769A9")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsUIWpfElement = interface
Public Interface IVsUIWpfElement
- Attributes
Methods
CreateFrameworkElement(Object) |
Creates a Windows Presentation Foundation user interface element. |
GetFrameworkElement(Object) |
Returns an interface to the Windows Presentation Foundation user interface element. |