MetadataRetrievalClient.Search(String, String, 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 ^> ^ Search(System::String ^ nodeId, System::String ^ searchCriteria, int maxChildNodes);
public Microsoft.ServiceModel.Channels.MetadataRetrievalNode[] Search (string nodeId, string searchCriteria, int maxChildNodes);
abstract member Search : string * string * int -> Microsoft.ServiceModel.Channels.MetadataRetrievalNode[]
override this.Search : string * string * int -> Microsoft.ServiceModel.Channels.MetadataRetrievalNode[]
Public Function Search (nodeId As String, searchCriteria As String, maxChildNodes As Integer) As MetadataRetrievalNode()
Parameters
- nodeId
- String
- searchCriteria
- String
- maxChildNodes
- Int32