browseInfoOption Enum
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.
Used by the BrowseInformation property.
public enum class browseInfoOption
C++/CX
public enum class browseInfoOption
enum browseInfoOption
public enum browseInfoOption
type browseInfoOption =
Public Enum browseInfoOption
- Inheritance
-
browseInfoOption
Name | Value | Description |
---|---|---|
brInfoNone | 0 | None |
brAllInfo | 1 | Include all browse information (/FR) |
brNoLocalSymbols | 2 | No local symbols (/Fr) |
See /FR, /Fr (Create .Sbr File) for more information.
Product | Versions |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |