ITypeLibInfo.MinorVersion Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit la version secondaire de la bibliothèque de types.
public:
property System::UInt32 MinorVersion { System::UInt32 get(); void set(System::UInt32 value); };
public:
property unsigned int MinorVersion { unsigned int get(); void set(unsigned int value); };
[System.Runtime.InteropServices.DispId(1610743816)]
public uint MinorVersion { [System.Runtime.InteropServices.DispId(1610743816)] get; [System.Runtime.InteropServices.DispId(1610743816)] [System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FRestricted)] set; }
[<System.Runtime.InteropServices.DispId(1610743816)>]
[<get: System.Runtime.InteropServices.DispId(1610743816)>]
[<set: System.Runtime.InteropServices.DispId(1610743816)>]
[<set: System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FRestricted)>]
member this.MinorVersion : uint32 with get, set
Public Property MinorVersion As UInteger
Valeur de propriété
Version secondaire de la bibliothèque de types.
- Attributs