VCRuntimeIntegerProperty, interface

Permet d'accéder aux propriétés entières au moment de l'exécution.

Espace de noms :  Microsoft.VisualStudio.VCProjectEngine
Assembly :  Microsoft.VisualStudio.VCProjectEngine (dans Microsoft.VisualStudio.VCProjectEngine.dll)

Syntaxe

'Déclaration
<GuidAttribute("C4FBDD2A-702C-4506-B5AC-8D2D5357A55A")> _
Public Interface VCRuntimeIntegerProperty _
    Inherits VCRuntimeProperty
[GuidAttribute("C4FBDD2A-702C-4506-B5AC-8D2D5357A55A")]
public interface VCRuntimeIntegerProperty : VCRuntimeProperty
[GuidAttribute(L"C4FBDD2A-702C-4506-B5AC-8D2D5357A55A")]
public interface class VCRuntimeIntegerProperty : VCRuntimeProperty
[<GuidAttribute("C4FBDD2A-702C-4506-B5AC-8D2D5357A55A")>]
type VCRuntimeIntegerProperty =  
    interface 
        interface VCRuntimeProperty 
    end
public interface VCRuntimeIntegerProperty extends VCRuntimeProperty

Le type VCRuntimeIntegerProperty expose les membres suivants.

Propriétés

  Nom Description
Propriété publique Category Définit ou obtient la catégorie de la propriété.
Propriété publique DefaultValue Définit ou obtient la valeur par défaut de la propriété.
Propriété publique Description Définit ou obtient la description de la propriété.
Propriété publique DisplayName Obtient ou définit le nom complet de l'objet.
Propriété publique HelpContext Définit ou obtient le contexte d'aide de la propriété.
Propriété publique HelpF1Keyword Infrastructure. Réservé à un usage interne Microsoft.
Propriété publique HelpFile Définit ou obtient le nom du fichier d'aide pour la propriété.
Propriété publique HelpURL Définit ou obtient l'URL d'aide de la propriété.
Propriété publique IsReadOnly Obtient ou définit une valeur indiquant si le fichier contenant l'objet parent est en lecture seule.
Propriété publique Name Obtient ou définit le nom de l'objet VCRuntimeIntegerProperty.
Propriété publique PropertyPageName Définit ou obtient le page de propriété pour la propriété.
Propriété publique Switch Obtient ou définit le texte du commutateur de ligne de commande.

Début

Voir aussi

Référence

Microsoft.VisualStudio.VCProjectEngine, espace de noms