browseInfoOption Enum
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.
Used by the BrowseInformation property.
public enum class browseInfoOption
public enum class browseInfoOption
enum browseInfoOption
public enum browseInfoOption
type browseInfoOption =
Public Enum browseInfoOption
- Inheritance
-
browseInfoOption
Fields
Name | Value | Description |
---|---|---|
brInfoNone | 0 | None |
brAllInfo | 1 | Include all browse information (/FR) |
brNoLocalSymbols | 2 | No local symbols (/Fr) |
Remarks
See /FR, /Fr (Create .Sbr File) for more information.