Edit

Share via


DataProviderResult Class

Definition

Result structure from calls to GetDataProviderData

[System.Runtime.Serialization.DataContract]
public class DataProviderResult : Microsoft.VisualStudio.Services.ExtensionManagement.WebApi.DataProviderMetadata
type DataProviderResult = class
    inherit DataProviderMetadata
Public Class DataProviderResult
Inherits DataProviderMetadata
Inheritance
DataProviderResult
Attributes

Constructors

DataProviderResult(String)

Properties

ClientProviders

This is the set of data providers that were requested, but either they were defined as client providers, or as remote providers that failed and may be retried by the client.

Data

Property bag of data keyed off of the data provider contribution id

Exceptions

Set of exceptions that occurred resolving the data providers.

NamespaceId (Inherited from DataProviderMetadata)
RequiredPermissions (Inherited from DataProviderMetadata)
ResolvedProviders

List of data providers resolved in the data-provider query

ScopeName

Scope name applied to this data provider result.

ScopeValue

Scope value applied to this data provider result.

SharedData

Property bag of shared data that was contributed to by any of the individual data providers

Methods

GetToken() (Inherited from DataProviderMetadata)

Applies to