ServiceDescriptionImporter.ServiceDescriptions Özellik
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.
İçeri aktarılacak örneklerin ServiceDescription koleksiyonunu alır.
public:
property System::Web::Services::Description::ServiceDescriptionCollection ^ ServiceDescriptions { System::Web::Services::Description::ServiceDescriptionCollection ^ get(); };
public System.Web.Services.Description.ServiceDescriptionCollection ServiceDescriptions { get; }
member this.ServiceDescriptions : System.Web.Services.Description.ServiceDescriptionCollection
Public ReadOnly Property ServiceDescriptions As ServiceDescriptionCollection
Özellik Değeri
ServiceDescriptionCollection Örnek tarafından ServiceDescriptionImporter içeri aktarılacak örnekleri içeren ServiceDescription bir örnek.
Örnekler
Aşağıdaki örnekte özelliğinin kullanımı gösterilmektedir ServiceDescriptions .
// Report on the service descriptions.
Console::WriteLine( "Importing {0} service descriptions with {1} associated schemas.", importer->ServiceDescriptions->Count, importer->Schemas->Count );
// Report on the service descriptions.
Console.WriteLine("Importing {0} service descriptions with {1} associated schemas.",
importer.ServiceDescriptions.Count, importer.Schemas.Count);
Açıklamalar
Salt okunur özelliği oluşturan tüm koleksiyonlarda olduğu gibi, üyeler koleksiyona eklenebilir, koleksiyondan kaldırılabilir veya koleksiyon tarafından kullanıma sunulan yöntemler kullanılarak değiştirilebilir. Bu koleksiyona AddServiceDescription üye eklemek için yöntemini de kullanabilirsiniz.