Compartir a través de


RelationshipQueryDataProviderAttribute(String, String) Constructor

Definition

Initializes a new instance of the RelationshipQueryDataProviderAttribute class.

public RelationshipQueryDataProviderAttribute (string parentType, string relationship);
new Microsoft.VisualStudio.ProjectSystem.Query.Providers.RelationshipQueryDataProviderAttribute : string * string -> Microsoft.VisualStudio.ProjectSystem.Query.Providers.RelationshipQueryDataProviderAttribute
Public Sub New (parentType As String, relationship As String)

Parameters

parentType
String

The parent type where the relationship is defined.

relationship
String

The name of the relationship, from which we retrieve the collection data.

Applies to