IDataServiceMetadataProvider.TryResolveResourceSet(String, ResourceSet) Método
Definição
Tenta obter um conjunto de recursos com base no nome especificado.Tries to get a resource set based on the specified name.
public:
bool TryResolveResourceSet(System::String ^ name, [Runtime::InteropServices::Out] System::Data::Services::Providers::ResourceSet ^ % resourceSet);
public bool TryResolveResourceSet (string name, out System.Data.Services.Providers.ResourceSet resourceSet);
abstract member TryResolveResourceSet : string * ResourceSet -> bool
Public Function TryResolveResourceSet (name As String, ByRef resourceSet As ResourceSet) As Boolean
Parâmetros
- name
- String
Nome do ResourceSet para resolver.Name of the ResourceSet to resolve.
- resourceSet
- ResourceSet
Retornará o conjunto de recursos ou um valor null se um recurso for definido com o name determinado não for encontrado.Returns the resource set or a null value if a resource set with the given name is not found.
Retornos
true se o conjunto de recursos com o name determinado for encontrado; caso contrário, false.true if the resource set with the given name is found; otherwise, false.