Partilhar via


Propriedade GraphConditionalStyle.TargetType

O tipo de destino esse estilo está sendo aplicado.Isso tem que ser um tipo que está registrado no StyleSet.

Namespace:  Microsoft.VisualStudio.GraphModel.Styles
Assembly:  Microsoft.VisualStudio.GraphModel (em Microsoft.VisualStudio.GraphModel.dll)

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: System.Type
Retorna Type.

Segurança do .NET Framework

Consulte também

Referência

GraphConditionalStyle Classe

Namespace Microsoft.VisualStudio.GraphModel.Styles