IVsDiagnosticsProvider.Version Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the data model version of the diagnostics provider.
public:
property System::UInt32 Version { System::UInt32 get(); };
public:
property unsigned int Version { unsigned int get(); };
public uint Version { get; }
[System.Runtime.InteropServices.ComAliasName("OLE.DWORD")]
public uint Version { get; }
member this.Version : uint32
[<System.Runtime.InteropServices.ComAliasName("OLE.DWORD")>]
member this.Version : uint32
Public ReadOnly Property Version As UInteger
Property Value
The data model version of the diagnostics provider.
- Attributes