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
'Declaración
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
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.