Share via


HostItem.SchemaVersion Property

Gets or sets the version number of the HostItem's schema.

Namespace:  Microsoft.VisualStudio.Tools.Applications.ProgrammingModel
Assembly:  Microsoft.VisualStudio.Tools.Applications.ProgrammingModel (in Microsoft.VisualStudio.Tools.Applications.ProgrammingModel.dll)

Syntax

'Declaration
Protected Property SchemaVersion As Integer
'Usage
Dim value As Integer 

value = Me.SchemaVersion 

Me.SchemaVersion = value
protected int SchemaVersion { get; set; }
protected:
property int SchemaVersion {
    int get ();
    void set (int value);
}
protected function get SchemaVersion () : int 
protected function set SchemaVersion (value : int)

Property Value

Type: System.Int32
The version number of the schema.

.NET Framework Security

See Also

Reference

HostItem Class

HostItem Members

Microsoft.VisualStudio.Tools.Applications.ProgrammingModel Namespace