Udostępnij za pośrednictwem


GraphConditionalStyle.TargetType Property

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

Syntax

'Declaration
Public Property TargetType As Type
    Get
    Set
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)

Property Value

Type: System.Type

.NET Framework Security

See Also

Reference

GraphConditionalStyle Class

Microsoft.VisualStudio.GraphModel.Styles Namespace