ConnectedServiceInfo Class
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.
Provides information about a connected service that has been configured in a Visual Studio project.
public ref class ConnectedServiceInfo
[Windows::Foundation::Metadata::WebHostHidden]
class ConnectedServiceInfo
public class ConnectedServiceInfo
type ConnectedServiceInfo = class
Public Class ConnectedServiceInfo
- Inheritance
-
ConnectedServiceInfo
Constructors
ConnectedServiceInfo(String, Version, IVsHierarchyItem) |
Initializes a new instance of the ConnectedServiceInfo class. |
Properties
ProviderId |
Gets the string identifier of the ConnectedServiceProvider that configured this service. |
ServiceFolder |
Gets an IVsHierarchyItem that represents the folder that contains the ConnectedService.json file. |
Version |
Gets the version of the provider that was used to configure this service. |