共用方式為


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 基礎結構,並不能直接使用於您的程式碼中。

回頁首

請參閱

參考

Microsoft.Vsa 命名空間