ConnectedServiceInfo Class

Definition

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.

Applies to