Entity.TryFindByPath 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:
bool TryFindByPath(System::String ^ path, Microsoft::Azure::RemoteRendering::StringComparison comparison, System::String ^ pathSeparator, int maxResultCount, System::Collections::Generic::List<Microsoft::Azure::RemoteRendering::Entity ^> ^ resultList);
public bool TryFindByPath (string path, Microsoft.Azure.RemoteRendering.StringComparison comparison, string pathSeparator, int maxResultCount, System.Collections.Generic.List<Microsoft.Azure.RemoteRendering.Entity> resultList);
member this.TryFindByPath : string * Microsoft.Azure.RemoteRendering.StringComparison * string * int * System.Collections.Generic.List<Microsoft.Azure.RemoteRendering.Entity> -> bool
Public Function TryFindByPath (path As String, comparison As StringComparison, pathSeparator As String, maxResultCount As Integer, resultList As List(Of Entity)) As Boolean
Parameters
- path
- String
- comparison
- StringComparison
- pathSeparator
- String
- maxResultCount
- Int32