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
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
Spazio dei nomi Microsoft.VisualStudio.Language.Intellisense