ISignatureHelpSession::Signatures Property

 

Gets the set of valid signatures for this session.

Namespace:   Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

property ReadOnlyObservableCollection<ISignature^>^ Signatures {
	ReadOnlyObservableCollection<ISignature^>^ get();
}
Return to top
Show: