VCCodeReference Interface
Not currently implemented.
Namespace: Microsoft.VisualStudio.VCCodeModel
Assembly: Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)
Syntax
‘선언
<GuidAttribute("F4B53196-4F6A-4D71-878F-8FFB8FC6986D")> _
Public Interface VCCodeReference
[GuidAttribute("F4B53196-4F6A-4D71-878F-8FFB8FC6986D")]
public interface VCCodeReference
[GuidAttribute(L"F4B53196-4F6A-4D71-878F-8FFB8FC6986D")]
public interface class VCCodeReference
[<GuidAttribute("F4B53196-4F6A-4D71-878F-8FFB8FC6986D")>]
type VCCodeReference = interface end
public interface VCCodeReference
The VCCodeReference type exposes the following members.
Properties
Name | Description | |
---|---|---|
Children | Not currently implemented. | |
CodeModel | Not currently implemented. | |
Collection | Not currently implemented. | |
Comment | Not currently implemented. | |
DisplayName | Not currently implemented. | |
DTE | Not currently implemented. | |
EndPoint | Not currently implemented. | |
EndPointOf | Not currently implemented. | |
Extender | Not currently implemented. | |
ExtenderCATID | Not currently implemented. | |
ExtenderNames | Not currently implemented. | |
File | Not currently implemented. | |
FullName | Not currently implemented. | |
InfoLocation | Not currently implemented. | |
IsCaseSensitive | Not currently implemented. | |
IsCodeType | Not currently implemented. | |
IsInjected | Not currently implemented. | |
IsReadOnly | Not currently implemented. | |
IsZombie | Not currently implemented. | |
Kind | Not currently implemented. | |
Language | Not currently implemented. | |
Location | Not currently implemented. | |
Name | Not currently implemented. | |
Parent | Not currently implemented. | |
Picture | Not currently implemented. | |
Project | Not currently implemented. | |
ProjectItem | Not currently implemented. | |
StartPoint | Not currently implemented. | |
StartPointOf | Not currently implemented. |
Top
Methods
Name | Description | |
---|---|---|
GetEndPoint | Not currently implemented. | |
GetStartPoint | Not currently implemented. | |
IsSelf | Not currently implemented. |
Top