RelationshipQueryDataProviderAttribute(String, String) Constructor
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.
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.