DeploymentItemCollection Oluşturucular
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
| DeploymentItemCollection() |
DeploymentItemCollection sınıfının örneğini başlatır. |
| DeploymentItemCollection(DeploymentItemCollection) |
DeploymentItemCollectionBelirtilen nesneyi kopyalayarak sınıfın bir örneğini başlatır DeploymentItemCollection . |
DeploymentItemCollection()
DeploymentItemCollection sınıfının örneğini başlatır.
public:
DeploymentItemCollection();
public DeploymentItemCollection ();
Public Sub New ()
Şunlara uygulanır
DeploymentItemCollection(DeploymentItemCollection)
DeploymentItemCollectionBelirtilen nesneyi kopyalayarak sınıfın bir örneğini başlatır DeploymentItemCollection .
public:
DeploymentItemCollection(Microsoft::VisualStudio::TestTools::Common::DeploymentItemCollection ^ other);
public DeploymentItemCollection (Microsoft.VisualStudio.TestTools.Common.DeploymentItemCollection other);
new Microsoft.VisualStudio.TestTools.Common.DeploymentItemCollection : Microsoft.VisualStudio.TestTools.Common.DeploymentItemCollection -> Microsoft.VisualStudio.TestTools.Common.DeploymentItemCollection
Public Sub New (other As DeploymentItemCollection)
Parametreler
- other
- DeploymentItemCollection
Bir DeploymentItemCollection nesnesi.