Partager via


GraphConditionalStyle.TargetType, propriété

Type de cible auquel ce style est appliqué.Cela doit être un type qui est stocké dans le StyleSet.

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

Syntaxe

'Déclaration
Public Property TargetType As Type
public Type TargetType { get; set; }
public:
property Type^ TargetType {
    Type^ get ();
    void set (Type^ value);
}
member TargetType : Type with get, set
function get TargetType () : Type
function set TargetType (value : Type)

Valeur de propriété

Type : System.Type
retourne Type ;

Sécurité .NET Framework

Voir aussi

Référence

GraphConditionalStyle Classe

Microsoft.VisualStudio.GraphModel.Styles, espace de noms