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