MetadataRetrievalClient.Browse(String, Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual cli::array <Microsoft::ServiceModel::Channels::MetadataRetrievalNode ^> ^ Browse(System::String ^ nodeId, int childStartIndex, int maxChildNodes);
public Microsoft.ServiceModel.Channels.MetadataRetrievalNode[] Browse (string nodeId, int childStartIndex, int maxChildNodes);
abstract member Browse : string * int * int -> Microsoft.ServiceModel.Channels.MetadataRetrievalNode[]
override this.Browse : string * int * int -> Microsoft.ServiceModel.Channels.MetadataRetrievalNode[]
Public Function Browse (nodeId As String, childStartIndex As Integer, maxChildNodes As Integer) As MetadataRetrievalNode()
Parameters
- nodeId
- String
- childStartIndex
- Int32
- maxChildNodes
- Int32