Share via


DataSource.Properties Property

Namespace:  Microsoft.Internal.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)

Syntax

‘선언
Public ReadOnly Property Properties As IEnumerable(Of IPropertyDescription)
    Get
‘사용 방법
Dim instance As DataSource
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

IUIDataSource.Properties

.NET Framework Security

See Also

Reference

DataSource Class

DataSource Members

Microsoft.Internal.VisualStudio.PlatformUI Namespace