IMetadataRetrievalContract.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:
cli::array <Microsoft::ServiceModel::Channels::MetadataRetrievalNode ^> ^ Browse(System::String ^ nodeId, int childStartIndex, int maxChildNodes);
[System.ServiceModel.OperationContract(Action="http://schemas.microsoft.com/servicemodel/adapters/metadata/Browse", ReplyAction="http://schemas.microsoft.com/servicemodel/adapters/metadata/BrowseResponse")]
public Microsoft.ServiceModel.Channels.MetadataRetrievalNode[] Browse (string nodeId, int childStartIndex, int maxChildNodes);
abstract member 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
Returns
- Attributes