Freigeben über


VCCLCompilerTool.BrowseInformationFile-Eigenschaft

Ruft den optionalen Namen für die Browserinformationsdatei ab oder legt diesen fest. BrowseInformationFile macht die Funktionalität der Compileroptionen /FR, /Fr (SBR-Datei erstellen) 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: String
Der optionale Name für die Browserinformationsdatei.

Beispiele

Siehe BrowseInformation.

.NET Framework-Sicherheit

Siehe auch

Referenz

VCCLCompilerTool Schnittstelle

Microsoft.VisualStudio.VCProjectEngine-Namespace