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 命名空间