IVsWritableSettingsStore.GetSubCollectionCount(String, UInt32) Yöntem
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.
Belirtilen koleksiyonlardaki alt koleksiyonların sayısını döndürür.
public:
int GetSubCollectionCount(System::String ^ collectionPath, [Runtime::InteropServices::Out] System::UInt32 % subCollectionCount);
int GetSubCollectionCount(std::wstring const & collectionPath, [Runtime::InteropServices::Out] unsigned int & subCollectionCount);
public int GetSubCollectionCount (string collectionPath, out uint subCollectionCount);
abstract member GetSubCollectionCount : string * -> int
Public Function GetSubCollectionCount (collectionPath As String, ByRef subCollectionCount As UInteger) As Integer
Parametreler
- collectionPath
- String
'ndaki Koleksiyonun yolu.
- subCollectionCount
- UInt32
dışı Alt koleksiyonların sayısı.
Döndürülenler
S_OKAlt koleksiyonların sayısı döndürülürse döndürür.