WpfPropertyValue.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 WpfPropertyValue
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
- 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.