VCCLCompilerTool.BrowseInformationFile - свойство
Gets or sets the optional name for browser information file. BrowseInformationFile exposes the functionality of the compiler's /FR, /Fr (Create .sbr File) options.
Пространство имен: Microsoft.VisualStudio.VCProjectEngine
Сборка: Microsoft.VisualStudio.VCProjectEngine (в Microsoft.VisualStudio.VCProjectEngine.dll)
Синтаксис
'Декларация
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)
Значение свойства
Тип: System.String
The optional name for the browser information file.
Примеры
See BrowseInformation.
Разрешения
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Using Libraries from Partially Trusted Code.