共用方式為


GraphConditionalStyle.TargetType 屬性

命名空間:  Microsoft.VisualStudio.GraphModel.Styles
組件:  Microsoft.VisualStudio.GraphModel (在 Microsoft.VisualStudio.GraphModel.dll 中)

語法

'宣告
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)

屬性值

型別:System.Type

.NET Framework 安全性

請參閱

參考

GraphConditionalStyle 類別

Microsoft.VisualStudio.GraphModel.Styles 命名空間