Interface SOleInPlaceComponent
Passado para GetService para retornar uma referência a IOleInPlaceComponent.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (em Microsoft.VisualStudio.Shell.Interop.dll)
Sintaxe
[ComVisibleAttribute(false)]
[GuidAttribute("5EFC7970-14BC-11CF-9B2B-00AA00573819")]
[GuidAttribute("5EFC7970-14BC-11CF-9B2B-00AA00573819")]
public interface SOleInPlaceComponent
[ComVisibleAttribute(false)]
[GuidAttribute("5EFC7970-14BC-11CF-9B2B-00AA00573819")]
[GuidAttribute("5EFC7970-14BC-11CF-9B2B-00AA00573819")]
public interface class SOleInPlaceComponent
[<ComVisibleAttribute(false)>]
[<GuidAttribute("5EFC7970-14BC-11CF-9B2B-00AA00573819")>]
[<GuidAttribute("5EFC7970-14BC-11CF-9B2B-00AA00573819")>]
type SOleInPlaceComponent = interface end
<ComVisibleAttribute(False)>
<GuidAttribute("5EFC7970-14BC-11CF-9B2B-00AA00573819")>
<GuidAttribute("5EFC7970-14BC-11CF-9B2B-00AA00573819")>
Public Interface SOleInPlaceComponent
Consulte também
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo