IVsEditorFactory4.GetEditorCaption Method
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.
public:
System::String ^ GetEditorCaption(System::String ^ pszMkDocument, System::String ^ pszPhysicalView, Microsoft::VisualStudio::Shell::Interop::IVsHierarchy ^ pHier, IntPtr punkDocData, [Runtime::InteropServices::Out] Guid % pguidCmdUI);
public string GetEditorCaption (string pszMkDocument, string pszPhysicalView, Microsoft.VisualStudio.Shell.Interop.IVsHierarchy pHier, IntPtr punkDocData, out Guid pguidCmdUI);
abstract member GetEditorCaption : string * string * Microsoft.VisualStudio.Shell.Interop.IVsHierarchy * nativeint * Guid -> string
Public Function GetEditorCaption (pszMkDocument As String, pszPhysicalView As String, pHier As IVsHierarchy, punkDocData As IntPtr, ByRef pguidCmdUI As Guid) As String
Parameters
- pszMkDocument
- String
- pszPhysicalView
- String
- pHier
- IVsHierarchy
- punkDocData
-
IntPtr
nativeint
- pguidCmdUI
- Guid