__VsWebProxyState 枚举
指定凭据如何附加到 web 代理。
命名空间: Microsoft.VisualStudio.Shell.Interop
程序集: Microsoft.VisualStudio.Shell.Interop.9.0(在 Microsoft.VisualStudio.Shell.Interop.9.0.dll 中)
语法
声明
Public Enumeration __VsWebProxyState
public enum __VsWebProxyState
成员
成员名称 | 说明 | |
---|---|---|
VsWebProxyState_NoCredentials | 初始状态 | |
VsWebProxyState_DefaultCredentials | 默认凭据附加到代理 | |
VsWebProxyState_CachedCredentials | 缓存的凭据附加到代理 | |
VsWebProxyState_PromptForCredentials | 凭据的提示用户 | |
VsWebProxyState_Abort | 停止当前的操作 |
备注
COM 签名
从 vsshell90.idl:
enum __VsWebProxyState
{
VsWebProxyState_NoCredentials = 0,
VsWebProxyState_DefaultCredentials = 1,
VsWebProxyState_CachedCredentials = 2,
VsWebProxyState_PromptForCredentials = 3,
VsWebProxyState_Abort = 4
};
typedef DWORD VsWebProxyState;