VCCLCompilerTool.BrowseInformationFile Property

Gets or sets the optional name for browser information file. BrowseInformationFile exposes the functionality of the compiler's /FR, /Fr (Create .Sbr File) options.

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

Syntax

'Deklarace
Property BrowseInformationFile As String
    Get
    Set
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)

Property Value

Type: System.String
The optional name for the browser information file.

Examples

See BrowseInformation.

.NET Framework Security

See Also

Reference

VCCLCompilerTool Interface

Microsoft.VisualStudio.VCProjectEngine Namespace