VCCLCompilerTool.BrowseInformationFile Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the optional name for browser information file. BrowseInformationFile exposes the functionality of the compiler's /FR, /Fr (Create .Sbr File) options.
public:
property System::String ^ BrowseInformationFile { System::String ^ get(); void set(System::String ^ value); };
public:
property Platform::String ^ BrowseInformationFile { Platform::String ^ get(); void set(Platform::String ^ value); };
[System.Runtime.InteropServices.DispId(182)]
public string BrowseInformationFile { [System.Runtime.InteropServices.DispId(182)] get; [System.Runtime.InteropServices.DispId(182)] set; }
[<System.Runtime.InteropServices.DispId(182)>]
[<get: System.Runtime.InteropServices.DispId(182)>]
[<set: System.Runtime.InteropServices.DispId(182)>]
member this.BrowseInformationFile : string with get, set
Public Property BrowseInformationFile As String
Property Value
The optional name for the browser information file.
- Attributes
Examples
See BrowseInformation.