Completion.Properties, propriété
Obtient les propriétés de la saisie semi-automatique.
Espace de noms : Microsoft.VisualStudio.Language.Intellisense
Assembly : Microsoft.VisualStudio.Language.Intellisense (dans Microsoft.VisualStudio.Language.Intellisense.dll)
Syntaxe
'Déclaration
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
Valeur de propriété
Type : Microsoft.VisualStudio.Utilities.PropertyCollection
PropertyCollection.
Implémentations
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.VisualStudio.Language.Intellisense, espace de noms