Udostępnij za pośrednictwem


Interfejs IVsUIShellOpenDocument

 

Kontroluje stan otwarte dokumenty w środowisku.

Przestrzeń nazw:   Microsoft.VisualStudio.Shell.Interop
Zestaw:  Microsoft.VisualStudio.Shell.Interop (w Microsoft.VisualStudio.Shell.Interop.dll)

Składnia

[GuidAttribute("35299EEC-11EE-4518-9F08-401638D1D3BC")]
[InterfaceTypeAttribute(1)]
public interface IVsUIShellOpenDocument
[GuidAttribute("35299EEC-11EE-4518-9F08-401638D1D3BC")]
[InterfaceTypeAttribute(1)]
public interface class IVsUIShellOpenDocument
[<GuidAttribute("35299EEC-11EE-4518-9F08-401638D1D3BC")>]
[<InterfaceTypeAttribute(1)>]
type IVsUIShellOpenDocument = interface end
<GuidAttribute("35299EEC-11EE-4518-9F08-401638D1D3BC")>
<InterfaceTypeAttribute(1)>
Public Interface IVsUIShellOpenDocument

Metody

Nazwa Opis
System_CAPS_pubmethod AddStandardPreviewer(String, String, Int32, String, String, String, String, String, UInt32)

Przeglądarki sieci Web dodaje do listy dostępnych podglądy.

System_CAPS_pubmethod GetFirstDefaultPreviewer(String, Int32, Int32)

Zwraca ścieżkę pliku .exe pierwszy domyślną przeglądarkę sieci web.

System_CAPS_pubmethod GetStandardEditorFactory(UInt32, Guid, String, Guid, String, IVsEditorFactory)

Zwraca fabryki edytora skojarzonego z określonego dokumentu (na przykład typ pliku).

System_CAPS_pubmethod InitializeEditorInstance(UInt32, IntPtr, IntPtr, String, Guid, String, Guid, String, String, IVsUIHierarchy, UInt32, IntPtr, IServiceProvider, Guid, IVsWindowFrame)

Inicjuje wystąpienie Edytor dokumentów.

System_CAPS_pubmethod IsDocumentInAProject(String, IVsUIHierarchy, UInt32, IServiceProvider, Int32)

Określa, czy dokument jest częścią projektu.

System_CAPS_pubmethod IsDocumentOpen(IVsUIHierarchy, UInt32, String, Guid, UInt32, IVsUIHierarchy, UInt32[], IVsWindowFrame, Int32)

Określa, czy dokument jest obecnie otwarty.

System_CAPS_pubmethod IsSpecificDocumentViewOpen(IVsUIHierarchy, UInt32, String, Guid, String, UInt32, IVsUIHierarchy, UInt32, IVsWindowFrame, Int32)

Określa, czy widok określony dokument jest otwarty.

System_CAPS_pubmethod MapLogicalView(Guid, Guid, String)

Mapuje widok fizyczny widok logiczny.

System_CAPS_pubmethod OpenCopyOfStandardEditor(IVsWindowFrame, Guid, IVsWindowFrame)

Używany do implementowania funkcji Window.NewWindow.

System_CAPS_pubmethod OpenDocumentViaProject(String, Guid, IServiceProvider, IVsUIHierarchy, UInt32, IVsWindowFrame)

Umożliwia znalezienie odpowiedniego projektu do otwarcia dokumentu.

System_CAPS_pubmethod OpenDocumentViaProjectWithSpecific(String, UInt32, Guid, String, Guid, IServiceProvider, IVsUIHierarchy, UInt32, IVsWindowFrame)

Umożliwia znalezienie określonego projektu, aby otworzyć ten dokument.

System_CAPS_pubmethod OpenSpecificEditor(UInt32, String, Guid, String, Guid, String, IVsUIHierarchy, UInt32, IntPtr, IServiceProvider, IVsWindowFrame)

Otwiera określony Edytor.

System_CAPS_pubmethod OpenStandardEditor(UInt32, String, Guid, String, IVsUIHierarchy, UInt32, IntPtr, IServiceProvider, IVsWindowFrame)

Otwiera edytora standardowego.

System_CAPS_pubmethod OpenStandardPreviewer(UInt32, String, VSPREVIEWRESOLUTION, UInt32)

Otwiera w przeglądarce sieci web standard dla określonego dokumentu.

System_CAPS_pubmethod SearchProjectsForRelativePath(UInt32, String, String[])

Ścieżka względna dla dokumentu jest konwertowany na ścieżkę bezwzględną, które mogą być przekazywane do OpenDocumentViaProject.

Uwagi

Zobacz też SVsUIShellOpenDocument usługi.

Uwagi dotyczące wywoływania:

Wywołanie w celu ustalenia, czy dokument jest otwarty, otwórz dokument przy użyciu różnych edytorów lub wyświetlić podgląd dokumentu.

Zobacz też

Przestrzeń nazw Microsoft.VisualStudio.Shell.Interop

Powrót do początku