IDocWindowPane.GetFrameCaption(String) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Recupera il frame didascalia per il nome del file specificato.
public:
System::String ^ GetFrameCaption(System::String ^ fullFilePath);
public string GetFrameCaption (string fullFilePath);
abstract member GetFrameCaption : string -> string
Public Function GetFrameCaption (fullFilePath As String) As String
Parametri
- fullFilePath
- String
Nome e percorso completo del file aperto nella finestra di Visual Studio.
Restituisce
Frame didascalia per il nome del file specificato.