VCCodeDelegate.Type 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 un objet représentant le type de programmation.
public:
property EnvDTE::CodeTypeRef ^ Type { EnvDTE::CodeTypeRef ^ get(); void set(EnvDTE::CodeTypeRef ^ value); };
public:
property EnvDTE::CodeTypeRef ^ Type { EnvDTE::CodeTypeRef ^ get(); void set(EnvDTE::CodeTypeRef ^ value); };
[System.Runtime.InteropServices.DispId(63)]
public EnvDTE.CodeTypeRef Type { [System.Runtime.InteropServices.DispId(63)] [System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)] get; [System.Runtime.InteropServices.DispId(63)] [System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)] set; }
[<System.Runtime.InteropServices.DispId(63)>]
[<get: System.Runtime.InteropServices.DispId(63)>]
[<get: System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)>]
[<set: System.Runtime.InteropServices.DispId(63)>]
[<set: System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)>]
member this.Type : EnvDTE.CodeTypeRef with get, set
Public Property Type As CodeTypeRef
Valeur de propriété
Objet CodeTypeRef.
- Attributs
Remarques
Type peut retourner Nothing ou null pour des langues qui ont une notion de type par défaut.