IUpdatable.GetResource(IQueryable, String) 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.
Gets the resource of the specified type identified by a query and type name.
public:
System::Object ^ GetResource(System::Linq::IQueryable ^ query, System::String ^ fullTypeName);
public object GetResource (System.Linq.IQueryable query, string fullTypeName);
abstract member GetResource : System.Linq.IQueryable * string -> obj
Public Function GetResource (query As IQueryable, fullTypeName As String) As Object
Parameters
- query
- IQueryable
Language integrated query (LINQ) pointing to a particular resource.
- fullTypeName
- String
The fully qualified type name of resource.
Returns
An opaque object representing a resource of the specified type, referenced by the specified query.
Applies to
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.