Partager via


AnnotationSetting - Constructeur (Boolean, Boolean, Boolean, Boolean, Int32)

Initialise une nouvelle instance de la classe AnnotationSetting .

Espace de noms :  Microsoft.PerformancePoint.Scorecards
Assembly :  Microsoft.PerformancePoint.Scorecards.Client (dans Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    isAnnotationEnabled As Boolean, _
    isAnnotationEnabledDefault As Boolean, _
    isDeletionByAuthorEnabled As Boolean, _
    isDeletionByAuthorEnabledDefault As Boolean, _
    maxAnnotationAllowed As Integer _
)
'Utilisation
Dim isAnnotationEnabled As Boolean
Dim isAnnotationEnabledDefault As Boolean
Dim isDeletionByAuthorEnabled As Boolean
Dim isDeletionByAuthorEnabledDefault As Boolean
Dim maxAnnotationAllowed As Integer

Dim instance As New AnnotationSetting(isAnnotationEnabled, _
    isAnnotationEnabledDefault, isDeletionByAuthorEnabled, _
    isDeletionByAuthorEnabledDefault, _
    maxAnnotationAllowed)
public AnnotationSetting(
    bool isAnnotationEnabled,
    bool isAnnotationEnabledDefault,
    bool isDeletionByAuthorEnabled,
    bool isDeletionByAuthorEnabledDefault,
    int maxAnnotationAllowed
)

Paramètres

  • isAnnotationEnabled
    Type : System.Boolean

    Indique si les annotations sont activées ou désactivées.

  • isAnnotationEnabledDefault
    Type : System.Boolean

    Indique si les annotations sont activées ou désactivées par défaut.

  • isDeletionByAuthorEnabled
    Type : System.Boolean

    Indique si l'auteur peut supprimer le commentaire.

  • isDeletionByAuthorEnabledDefault
    Type : System.Boolean

    Indique si les auteurs peuvent supprimer des commentaires par défaut.

  • maxAnnotationAllowed
    Type : System.Int32

    Le nombre maximal d'annotations autorisé par carte de performance.

Voir aussi

Référence

AnnotationSetting classe

AnnotationSetting - Membres

AnnotationSetting - Surcharge

Microsoft.PerformancePoint.Scorecards - Espace de noms