ISignatureHelpSession.Signatures Property

Definition

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.

Applies to