IQueryDataProviderZoneMetadataView.Zone Property
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.
Gets the data zone of the data provider. For example, a data provider may provide data for C++ projects. If there is no C++ project, we don't want to load the provider to the product.
[System.ComponentModel.DefaultValue(null)]
public string[] Zone { get; }
[<System.ComponentModel.DefaultValue(null)>]
member this.Zone : string[]
Public ReadOnly Property Zone As String()
Property Value
String[]
- Attributes