ConnectedServiceProviderExportAttribute Class

Visual Studio 2015
 

Specifies that a type provides a ConnectedServiceProvider export.

Namespace:   Microsoft.VisualStudio.ConnectedServices
Assembly:  Microsoft.VisualStudio.ConnectedServices (in Microsoft.VisualStudio.ConnectedServices.dll)

System::Object
  System::Attribute
    System.ComponentModel.Composition::ExportAttribute
      Microsoft.VisualStudio.ConnectedServices::ConnectedServiceProviderExportAttribute

[MetadataAttributeAttribute]
[AttributeUsageAttribute(AttributeTargets::Class, AllowMultiple = false)]
public ref class ConnectedServiceProviderExportAttribute sealed : ExportAttribute

NameDescription
System_CAPS_pubmethodConnectedServiceProviderExportAttribute(String^)

Initializes a new instance of the ConnectedServiceProviderExportAttribute class.

NameDescription
System_CAPS_pubpropertyContractName

(Inherited from ExportAttribute.)

System_CAPS_pubpropertyContractType

(Inherited from ExportAttribute.)

System_CAPS_pubpropertyProviderId

Gets the unique Provider ID for the provider/handler. This is used to match a provider with its handlers.

System_CAPS_pubpropertySupportsUpdate

Gets or sets a value indicating whether the ConnectedServiceProvider is capable of updating an existing connected service.

System_CAPS_pubpropertyTypeId

(Inherited from Attribute.)

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Attribute.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Attribute.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodIsDefaultAttribute()

(Inherited from Attribute.)

System_CAPS_pubmethodMatch(Object^)

(Inherited from Attribute.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: