Share via


WHSInfoClass.GetVolumeInfo Method

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Returns a collection of IVolumeInfo objects.

Namespace: WHSInfoIF
Assembly: Interop.WHSInfoIF (in interop.whsinfoif.dll)

Syntax

'Declaration
Public Overridable Function GetVolumeInfo As Array Implements IWHSInfo.GetVolumeInfo
'Usage
Dim instance As WHSInfoClass
Dim returnValue As Array

returnValue = CType(instance, IWHSInfo).GetVolumeInfo
public virtual Array IWHSInfo.GetVolumeInfo ()
public:
virtual Array^ GetVolumeInfo () = IWHSInfo::GetVolumeInfo

Return Value

An array of objects of type IVolumeInfo.

Remarks

When you want to access an instance of IVolumeInfo that represents a managed volume on the Windows Home Server computer, use the GetVolumeInfo method. The GetVolumeInfo method returns an array of objects of type IVolumeInfo. You can then iterate through each member of the array to access an individual IVolumeInfo instance.

Platforms

Windows Home Server

Windows Home Server

See Also

Reference

WHSInfoClass Class
WHSInfoClass Members
WHSInfoIF Namespace

Footer image

© 2007 Microsoft Corporation. All rights reserved.