ICompletionSession::SelectedCompletionSet Property

 

Gets or sets the selected CompletionSet.

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

property CompletionSet^ SelectedCompletionSet {
	CompletionSet^ get();
	void set(CompletionSet^ value);
}
Return to top
Show: