VCCodeReference Interface
Not currently implemented.
Namespace: Microsoft.VisualStudio.VCCodeModel
Assembly: Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)
Syntax
'Declaration
<GuidAttribute("2427C2F2-AC56-4AE0-96BB-E2DF6A9EFEFA")> _
Public Interface VCCodeReference
[GuidAttribute("2427C2F2-AC56-4AE0-96BB-E2DF6A9EFEFA")]
public interface VCCodeReference
[GuidAttribute(L"2427C2F2-AC56-4AE0-96BB-E2DF6A9EFEFA")]
public interface class VCCodeReference
[<GuidAttribute("2427C2F2-AC56-4AE0-96BB-E2DF6A9EFEFA")>]
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