IDocWindowPane.GetFrameCaption(String) Metodo

Definizione

Recupera la didascalia del frame per il nome 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

String

Didascalia del frame per il nome file specificato.

Si applica a