IMetadataRetrievalContract.Browse(String, Int32, Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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()
參數
- nodeId
- String
- childStartIndex
- Int32
- maxChildNodes
- Int32
傳回
- 屬性