다음을 통해 공유


Completion.Properties 속성

완성의 속성을 가져옵니다.

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

구문

‘선언
Public Overridable ReadOnly Property Properties As PropertyCollection
public virtual PropertyCollection Properties { get; }
public:
virtual property PropertyCollection^ Properties {
    PropertyCollection^ get ();
}
abstract Properties : PropertyCollection with get 
override Properties : PropertyCollection with get
function get Properties () : PropertyCollection

속성 값

형식: Microsoft.VisualStudio.Utilities.PropertyCollection
PropertyCollection.

구현

IPropertyOwner.Properties

.NET Framework 보안

참고 항목

참조

Completion 클래스

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