Share via


PropertyValueBase.Format Property

Derived classed must supply this property

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

Syntax

‘선언
Public MustOverride ReadOnly Property Format As UInteger
    Get
‘사용 방법
Dim instance As PropertyValueBase
Dim value As UInteger

value = instance.Format
public abstract uint Format { get; }
public:
virtual property unsigned int Format {
    unsigned int get () abstract;
}
abstract Format : uint32
abstract function get Format () : uint

Property Value

Type: System.UInt32

.NET Framework Security

See Also

Reference

PropertyValueBase Class

PropertyValueBase Members

Microsoft.Internal.VisualStudio.PlatformUI Namespace