다음을 통해 공유


ICompletionSession.SelectedCompletionSet 속성

선택된 CompletionSet을 가져오거나 설정합니다.

네임스페이스:  Microsoft.VisualStudio.Language.Intellisense
어셈블리:  Microsoft.VisualStudio.Language.Intellisense(Microsoft.VisualStudio.Language.Intellisense.dll)

구문

‘선언
Property SelectedCompletionSet As CompletionSet
CompletionSet SelectedCompletionSet { get; set; }
property CompletionSet^ SelectedCompletionSet {
    CompletionSet^ get ();
    void set (CompletionSet^ value);
}
abstract SelectedCompletionSet : CompletionSet with get, set
function get SelectedCompletionSet () : CompletionSet 
function set SelectedCompletionSet (value : CompletionSet)

속성 값

형식: Microsoft.VisualStudio.Language.Intellisense.CompletionSet
선택한 CompletionSet입니다.

.NET Framework 보안

참고 항목

참조

ICompletionSession 인터페이스

Microsoft.VisualStudio.Language.Intellisense 네임스페이스