GenericParameterHelper 建構函式 (Int32)
初始化 GenericParameterHelper 類別的新執行個體。 這個建構函式會將 Data 屬性初始化為使用者指定的值。
命名空間: Microsoft.VisualStudio.TestTools.UnitTesting
組件: Microsoft.VisualStudio.QualityTools.UnitTestFramework (在 Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll 中)
語法
'宣告
Public Sub New ( _
data As Integer _
)
public GenericParameterHelper(
int data
)
public:
GenericParameterHelper(
int data
)
new :
data:int -> GenericParameterHelper
public function GenericParameterHelper(
data : int
)
參數
data
類型:Int32Data 屬性的初始值。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。