UIDataSource.Properties Property
Namespace: Microsoft.Internal.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
'Déclaration
Public ReadOnly Property Properties As IEnumerable(Of IPropertyDescription)
Get
'Utilisation
Dim instance As UIDataSource
Dim value As IEnumerable(Of IPropertyDescription)
value = instance.Properties
public IEnumerable<IPropertyDescription> Properties { get; }
public:
virtual property IEnumerable<IPropertyDescription^>^ Properties {
IEnumerable<IPropertyDescription^>^ get () sealed;
}
abstract Properties : IEnumerable<IPropertyDescription>
override Properties : IEnumerable<IPropertyDescription>
final function get Properties () : IEnumerable<IPropertyDescription>
Property Value
Type: System.Collections.Generic.IEnumerable<IPropertyDescription>
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.