-
Notifications
You must be signed in to change notification settings - Fork 1.6k
/
Copy pathActivationContext+ContextForm.xml
73 lines (71 loc) · 3.7 KB
/
ActivationContext+ContextForm.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
<Type Name="ActivationContext+ContextForm" FullName="System.ActivationContext+ContextForm">
<TypeSignature Language="C#" Value="public enum ActivationContext.ContextForm" />
<TypeSignature Language="ILAsm" Value=".class nested public auto ansi sealed ActivationContext/ContextForm extends System.Enum" />
<TypeSignature Language="DocId" Value="T:System.ActivationContext.ContextForm" />
<TypeSignature Language="VB.NET" Value="Public Enum ActivationContext.ContextForm" />
<TypeSignature Language="F#" Value="type ActivationContext.ContextForm = " />
<TypeSignature Language="C++ CLI" Value="public: enum class ActivationContext::ContextForm" />
<AssemblyInfo>
<AssemblyName>mscorlib</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<AssemblyVersion>2.0.5.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Enum</BaseTypeName>
</Base>
<Docs>
<summary>Indicates the context for a manifest-activated application.</summary>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
The values of this enumeration specify whether an application has been loaded into the ClickOnce store. A manifest activated application that is not installed in the ClickOnce store is classified as Loose. An example of an application not in the store is a manifest-activated application executing in Visual Studio.
]]></format>
</remarks>
<related type="Article" href="/visualstudio/deployment/publishing-clickonce-applications">Publishing ClickOnce Applications</related>
</Docs>
<Members>
<Member MemberName="Loose">
<MemberSignature Language="C#" Value="Loose" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype System.ActivationContext/ContextForm Loose = int32(0)" />
<MemberSignature Language="DocId" Value="F:System.ActivationContext.ContextForm.Loose" />
<MemberSignature Language="VB.NET" Value="Loose" />
<MemberSignature Language="F#" Value="Loose = 0" Usage="System.ActivationContext.ContextForm.Loose" />
<MemberSignature Language="C++ CLI" Value="Loose" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>mscorlib</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.ActivationContext+ContextForm</ReturnType>
</ReturnValue>
<MemberValue>0</MemberValue>
<Docs>
<summary>The application is not in the ClickOnce store.</summary>
</Docs>
</Member>
<Member MemberName="StoreBounded">
<MemberSignature Language="C#" Value="StoreBounded" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype System.ActivationContext/ContextForm StoreBounded = int32(1)" />
<MemberSignature Language="DocId" Value="F:System.ActivationContext.ContextForm.StoreBounded" />
<MemberSignature Language="VB.NET" Value="StoreBounded" />
<MemberSignature Language="F#" Value="StoreBounded = 1" Usage="System.ActivationContext.ContextForm.StoreBounded" />
<MemberSignature Language="C++ CLI" Value="StoreBounded" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>mscorlib</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.ActivationContext+ContextForm</ReturnType>
</ReturnValue>
<MemberValue>1</MemberValue>
<Docs>
<summary>The application is contained in the ClickOnce store.</summary>
</Docs>
</Member>
</Members>
</Type>