Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the minor version of the type library.
Namespace: Microsoft.VisualStudio.VsWizard
Assembly: Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
Syntax
'Declaration
Property MinorVersion As UInteger
Get
Set
uint MinorVersion { get; set; }
property unsigned int MinorVersion {
unsigned int get ();
void set (unsigned int value);
}
abstract MinorVersion : uint32 with get, set
function get MinorVersion () : uint
function set MinorVersion (value : uint)
Property Value
Type: System.UInt32
The minor version of the type library.
.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.