Completion.Properties Property

Gets the properties of the completion.

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

Syntax

'Declaration
Public Overridable ReadOnly Property Properties As PropertyCollection
public virtual PropertyCollection Properties { get; }
public:
virtual property PropertyCollection^ Properties {
    PropertyCollection^ get ();
}
abstract Properties : PropertyCollection
override Properties : PropertyCollection
function get Properties () : PropertyCollection

Property Value

Type: Microsoft.VisualStudio.Utilities.PropertyCollection
PropertyCollection .

Implements

IPropertyOwner.Properties

.NET Framework Security

See Also

Reference

Completion Class

Microsoft.VisualStudio.Language.Intellisense Namespace