IGraphFormattedLabel インターフェイス
GraphObject (つまり、オプションで書式設定されたラベルを付けるオブジェクトとともに永続的に格納されない) ラベルを付けることができる拡張機能を表すをインターフェイス。
名前空間: Microsoft.VisualStudio.GraphModel
アセンブリ: Microsoft.VisualStudio.GraphModel (Microsoft.VisualStudio.GraphModel.dll 内)
構文
'宣言
Public Interface IGraphFormattedLabel
public interface IGraphFormattedLabel
public interface class IGraphFormattedLabel
type IGraphFormattedLabel = interface end
public interface IGraphFormattedLabel
IGraphFormattedLabel 型で公開されるメンバーは以下のとおりです。
メソッド
名前 | 説明 | |
---|---|---|
Description | ノードに関連付ける省略可能な説明を提供します。コンシューマーのは一般的に、ポップアップ ウィンドウの情報としてこれを表示することです。 | |
Label | コンシューマーがノードのラベルのプロパティの代わりに使用する、省略可能なラベルを提供します。 |
このページのトップへ