IVsConnectedServiceProperties Interface
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Representa as propriedades do serviço conectado.
public interface class IVsConnectedServiceProperties
public interface class IVsConnectedServiceProperties
__interface IVsConnectedServiceProperties
[System.Runtime.InteropServices.Guid("6ED0B110-2132-4675-9F87-7715B312CCC2")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsConnectedServiceProperties
[<System.Runtime.InteropServices.Guid("6ED0B110-2132-4675-9F87-7715B312CCC2")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsConnectedServiceProperties = interface
Public Interface IVsConnectedServiceProperties
- Atributos
Propriedades
| Collection |
Obtém a coleção de serviços conectados. |
| ServiceIdentity |
Obtém a ID do serviço. |
Métodos
| GetProperty(String) |
Obtém a propriedade especificada. |
| SetProperty(String, String) |
Define a propriedade especificada. |