IVisiblePropertyProvider インターフェイス
ユーザーに表示されるプロパティを持つテスト オブジェクトで実装できるインターフェイスを表します。
名前空間: Microsoft.VisualStudio.TestTools.Common
アセンブリ: Microsoft.VisualStudio.QualityTools.Common (Microsoft.VisualStudio.QualityTools.Common.dll 内)
構文
'宣言
Public Interface IVisiblePropertyProvider
public interface IVisiblePropertyProvider
public interface class IVisiblePropertyProvider
type IVisiblePropertyProvider = interface end
public interface IVisiblePropertyProvider
IVisiblePropertyProvider 型で公開されるメンバーは以下のとおりです。
プロパティ
名前 | 説明 | |
---|---|---|
VisibleProperties | ユーザーに表示されるプロパティのプロパティ記述子のコレクションを取得します。 |
このページのトップへ