BuiltInPropertyValue.Format Property

This member overrides PropertyValueBase.Format.

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

Syntax

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

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

Property Value

Type: System.UInt32

.NET Framework Security

See Also

Reference

BuiltInPropertyValue Class

BuiltInPropertyValue Members

Microsoft.Internal.VisualStudio.PlatformUI Namespace