Partager via


UIDataSource.ShapeIdentifier 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 ShapeIdentifier As ShapeIdentifier
    Get
'Utilisation
Dim instance As UIDataSource
Dim value As ShapeIdentifier

value = instance.ShapeIdentifier
public ShapeIdentifier ShapeIdentifier { get; }
public:
virtual property ShapeIdentifier ShapeIdentifier {
    ShapeIdentifier get () sealed;
}
abstract ShapeIdentifier : ShapeIdentifier
override ShapeIdentifier : ShapeIdentifier
final function get ShapeIdentifier () : ShapeIdentifier

Property Value

Type: Microsoft.Internal.VisualStudio.PlatformUI.ShapeIdentifier

Implements

IUIDataSource.ShapeIdentifier

.NET Framework Security

See Also

Reference

UIDataSource Class

UIDataSource Members

Microsoft.Internal.VisualStudio.PlatformUI Namespace