ISignatureHelpSession::Signatures Property
Visual Studio 2015
Gets the set of valid signatures for this session.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
property ReadOnlyObservableCollection<ISignature^>^ Signatures {
ReadOnlyObservableCollection<ISignature^>^ get();
}
Property Value
Type: System.Collections.ObjectModel::ReadOnlyObservableCollection<ISignature^>^The valid signatures.
Show: