Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
Property BrowseInformationFile As String
Dim instance As VCCLCompilerTool
Dim value As String
value = instance.BrowseInformationFile
instance.BrowseInformationFile = value
string BrowseInformationFile { get; set; }
property String^ BrowseInformationFile {
String^ get ();
void set (String^ value);
}
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.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.