ProjectedWrapper Class
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.
Provides a wrapper over the result element with the ability to project a subset of properties.
This API supports the product infrastructure and is not intended to be used directly from your code.
public ref class ProjectedWrapper abstract
public abstract class ProjectedWrapper
type ProjectedWrapper = class
Public MustInherit Class ProjectedWrapper
- Inheritance
-
ProjectedWrapper
- Derived
Constructors
ProjectedWrapper() |
This API supports the product infrastructure and is not intended to be used directly from your code. Creates a new instance of the ProjectedWrapper class. |
Properties
PropertyNameList |
This API supports the product infrastructure and is not intended to be used directly from your code. Gets a list of property names as text in a comma-separated format. |
ResourceTypeName |
This API supports the product infrastructure and is not intended to be used directly from your code. Gets the full name of the ResourceType that represents the type of this result. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetProjectedPropertyValue(String) |
This API supports the product infrastructure and is not intended to be used directly from your code. Gets the value of the named property for the result. |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
InternalGetProjectedPropertyValue(Int32) |
This API supports the product infrastructure and is not intended to be used directly from your code. Gets the value for the specified property by its index. |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |