Compartir a través de


QueryDataProviderZoneAttribute(String) Constructor

Definition

Initializes a new instance of the QueryDataProviderZoneAttribute class.

public QueryDataProviderZoneAttribute (string zone);
new Microsoft.VisualStudio.ProjectSystem.Query.Providers.QueryDataProviderZoneAttribute : string -> Microsoft.VisualStudio.ProjectSystem.Query.Providers.QueryDataProviderZoneAttribute
Public Sub New (zone As String)

Parameters

zone
String

The data zone, which helps to prevent to load providers if unnecessary.

Applies to