forked from dotnet/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIVsaScriptCodeItem.xml
90 lines (90 loc) · 4.03 KB
/
IVsaScriptCodeItem.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<Type Name="IVsaScriptCodeItem" FullName="Microsoft.JScript.IVsaScriptCodeItem">
<TypeSignature Language="C#" Value="public interface IVsaScriptCodeItem : Microsoft.JScript.Vsa.IJSVsaCodeItem" />
<TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract IVsaScriptCodeItem implements class Microsoft.JScript.Vsa.IJSVsaCodeItem, class Microsoft.JScript.Vsa.IJSVsaItem" />
<TypeSignature Language="DocId" Value="T:Microsoft.JScript.IVsaScriptCodeItem" />
<AssemblyInfo>
<AssemblyName>Microsoft.JScript</AssemblyName>
<AssemblyVersion>10.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Interfaces>
<Interface>
<InterfaceName>Microsoft.JScript.Vsa.IJSVsaCodeItem</InterfaceName>
</Interface>
</Interfaces>
<Attributes>
<Attribute>
<AttributeName>System.Runtime.InteropServices.ComVisible(true)</AttributeName>
</Attribute>
<Attribute>
<AttributeName>System.Runtime.InteropServices.Guid("E0C0FFE8-7eea-4ee5-b7e4-0080c7eb0b74")</AttributeName>
</Attribute>
<Attribute>
<AttributeName>System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)</AttributeName>
</Attribute>
</Attributes>
<Docs>
<summary>Defines extra functionality that is needed by an IActiveScript host.</summary>
<remarks>To be added.</remarks>
<forInternalUseOnly />
</Docs>
<Members>
<Member MemberName="Execute">
<MemberSignature Language="C#" Value="public object Execute ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance object Execute() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.JScript.IVsaScriptCodeItem.Execute" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.JScript</AssemblyName>
<AssemblyVersion>10.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Object</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<summary>When implemented in a class, compiles and runs this code.</summary>
<returns>The return value from running the code, if there is any; otherwise, null.</returns>
<remarks>To be added.</remarks>
<forInternalUseOnly />
</Docs>
</Member>
<Member MemberName="StartColumn">
<MemberSignature Language="C#" Value="public int StartColumn { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance int32 StartColumn" />
<MemberSignature Language="DocId" Value="P:Microsoft.JScript.IVsaScriptCodeItem.StartColumn" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.JScript</AssemblyName>
<AssemblyVersion>10.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Int32</ReturnType>
</ReturnValue>
<Docs>
<summary>When implemented in a class, gets or sets the column number in the line where this code starts.</summary>
<value>The column number where this code starts.</value>
<remarks>To be added.</remarks>
<forInternalUseOnly />
</Docs>
</Member>
<Member MemberName="StartLine">
<MemberSignature Language="C#" Value="public int StartLine { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance int32 StartLine" />
<MemberSignature Language="DocId" Value="P:Microsoft.JScript.IVsaScriptCodeItem.StartLine" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.JScript</AssemblyName>
<AssemblyVersion>10.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Int32</ReturnType>
</ReturnValue>
<Docs>
<summary>When implemented in a class, gets or sets the line number where this code starts.</summary>
<value>The line number where this code starts.</value>
<remarks>To be added.</remarks>
<forInternalUseOnly />
</Docs>
</Member>
</Members>
</Type>