VCCLCompilerTool.BrowseInformationFile Property
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); };
C++/CX
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
The optional name for the browser information file.
- Attributes
See BrowseInformation.
Product | Versions |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |