SymbolInfo.CandidateReason Property
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.
If the expression did not successfully resolve to a symbol, but there were one or more symbols that may have been considered but discarded, this property describes why those symbol or symbols were not considered suitable.
public:
property Microsoft::CodeAnalysis::CandidateReason CandidateReason { Microsoft::CodeAnalysis::CandidateReason get(); };
public Microsoft.CodeAnalysis.CandidateReason CandidateReason { get; }
member this.CandidateReason : Microsoft.CodeAnalysis.CandidateReason
Public ReadOnly Property CandidateReason As CandidateReason
Property Value
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.