トランザクション中にこのグラフのスタイルの Setters コレクションから削除された Setters を取得します。
名前空間: Microsoft.VisualStudio.GraphModel
アセンブリ: Microsoft.VisualStudio.GraphModel (Microsoft.VisualStudio.GraphModel.dll 内)
構文
'宣言
Public ReadOnly Property RemovedSetters As IEnumerable(Of GraphSetter)
Get
public IEnumerable<GraphSetter> RemovedSetters { get; }
public:
property IEnumerable<GraphSetter^>^ RemovedSetters {
IEnumerable<GraphSetter^>^ get ();
}
member RemovedSetters : IEnumerable<GraphSetter>
function get RemovedSetters () : IEnumerable<GraphSetter>
プロパティ値
型: System.Collections.Generic.IEnumerable<GraphSetter>
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。