IVsaDTCodeItem 接口
注意:此 API 现在已过时。
此类型支持 .NET Framework 基础结构,不能在代码中直接使用。
命名空间: Microsoft.Vsa
程序集: Microsoft.Vsa(在 Microsoft.Vsa.dll 中)
语法
声明
<ObsoleteAttribute("Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.")> _
<GuidAttribute("E0C0FFED-7eea-4ee5-b7e4-0080c7eb0b74")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsaDTCodeItem
[ObsoleteAttribute("Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.")]
[GuidAttribute("E0C0FFED-7eea-4ee5-b7e4-0080c7eb0b74")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsaDTCodeItem
[ObsoleteAttribute(L"Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.")]
[GuidAttribute(L"E0C0FFED-7eea-4ee5-b7e4-0080c7eb0b74")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsaDTCodeItem
[<ObsoleteAttribute("Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.")>]
[<GuidAttribute("E0C0FFED-7eea-4ee5-b7e4-0080c7eb0b74")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsaDTCodeItem = interface end
public interface IVsaDTCodeItem
IVsaDTCodeItem 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
CanDelete | 此成员支持 .NET Framework 结构,不能在代码中直接使用。 | |
CanMove | 此成员支持 .NET Framework 结构,不能在代码中直接使用。 | |
CanRename | 此成员支持 .NET Framework 结构,不能在代码中直接使用。 | |
Hidden | 此成员支持 .NET Framework 结构,不能在代码中直接使用。 | |
ReadOnly | 此成员支持 .NET Framework 结构,不能在代码中直接使用。 |
页首