forked from dotnet/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIAuthorServices.xml
65 lines (65 loc) · 3.03 KB
/
IAuthorServices.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
<Type Name="IAuthorServices" FullName="Microsoft.JScript.IAuthorServices">
<TypeSignature Language="C#" Value="public interface IAuthorServices" />
<TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract IAuthorServices" />
<TypeSignature Language="DocId" Value="T:Microsoft.JScript.IAuthorServices" />
<AssemblyInfo>
<AssemblyName>Microsoft.JScript</AssemblyName>
<AssemblyVersion>10.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Interfaces />
<Attributes>
<Attribute>
<AttributeName>System.Runtime.InteropServices.ComVisible(true)</AttributeName>
</Attribute>
<Attribute>
<AttributeName>System.Runtime.InteropServices.Guid("9E2B453C-6EAA-4329-A619-62E4889C8C8A")</AttributeName>
</Attribute>
</Attributes>
<Docs>
<summary>Defines services for authoring JScript code in an editor.</summary>
<remarks>To be added.</remarks>
<forInternalUseOnly />
</Docs>
<Members>
<Member MemberName="GetCodeSense">
<MemberSignature Language="C#" Value="public Microsoft.JScript.IParseText GetCodeSense ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Microsoft.JScript.IParseText GetCodeSense() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.JScript.IAuthorServices.GetCodeSense" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.JScript</AssemblyName>
<AssemblyVersion>10.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.JScript.IParseText</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<summary>When implemented in a class, gets an object that is used to add IntelliSense to text when JScript code is being authored in an editor.</summary>
<returns>An object that is used to add IntelliSense to text.</returns>
<remarks>To be added.</remarks>
<forInternalUseOnly />
</Docs>
</Member>
<Member MemberName="GetColorizer">
<MemberSignature Language="C#" Value="public Microsoft.JScript.IColorizeText GetColorizer ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Microsoft.JScript.IColorizeText GetColorizer() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.JScript.IAuthorServices.GetColorizer" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.JScript</AssemblyName>
<AssemblyVersion>10.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.JScript.IColorizeText</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<summary>When implemented in a class, gets an object that is used to colorize text when JScript code is being authored in an editor.</summary>
<returns>An object that is used to colorize text.</returns>
<remarks>To be added.</remarks>
<forInternalUseOnly />
</Docs>
</Member>
</Members>
</Type>