ISignatureHelpSession.Signatures 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.
Gets the set of valid signatures for this session.
public:
property System::Collections::ObjectModel::ReadOnlyObservableCollection<Microsoft::VisualStudio::Language::Intellisense::ISignature ^> ^ Signatures { System::Collections::ObjectModel::ReadOnlyObservableCollection<Microsoft::VisualStudio::Language::Intellisense::ISignature ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyObservableCollection<Microsoft.VisualStudio.Language.Intellisense.ISignature> Signatures { get; }
member this.Signatures : System.Collections.ObjectModel.ReadOnlyObservableCollection<Microsoft.VisualStudio.Language.Intellisense.ISignature>
Public ReadOnly Property Signatures As ReadOnlyObservableCollection(Of ISignature)
Property Value
The valid signatures.