Freigeben über


VCCLCompilerTool.BrowseInformationFile-Eigenschaft

Ruft den optionalen Namen für die Browserinformationsdatei fest.BrowseInformationFile macht die Funktionen der /FR, /Fr (SBR-Datei erstellen) Optionen des Compilers verfügbar.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

'Declaration
Property BrowseInformationFile As String
string BrowseInformationFile { get; set; }
property String^ BrowseInformationFile {
    String^ get ();
    void set (String^ value);
}
abstract BrowseInformationFile : string with get, set
function get BrowseInformationFile () : String
function set BrowseInformationFile (value : String)

Eigenschaftswert

Typ: System.String
Der optionale Name für die Browserinformationsdatei.

Beispiele

Weitere Informationen finden Sie unter BrowseInformation.

.NET Framework-Sicherheit

Siehe auch

Referenz

VCCLCompilerTool Schnittstelle

Microsoft.VisualStudio.VCProjectEngine-Namespace