Condividi tramite


Proprietà Completion.Properties

Ottiene le proprietà del completamento.

Spazio dei nomi:  Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

Sintassi

'Dichiarazione
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

Valore proprietà

Tipo: Microsoft.VisualStudio.Utilities.PropertyCollection
PropertyCollection.

Implementa

IPropertyOwner.Properties

Sicurezza di .NET Framework

Vedere anche

Riferimenti

Completion Classe

Spazio dei nomi Microsoft.VisualStudio.Language.Intellisense