Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the Visual Studio infrastructure and is not intended to be used directly from your code.
Inheritance Hierarchy
System.Object
System.MarshalByRefObject
Microsoft.Build.Utilities.AppDomainIsolatedTask
Microsoft.VisualStudio.Tools.Office.BuildTasks.FindRibbons
Namespace: Microsoft.VisualStudio.Tools.Office.BuildTasks
Assembly: Microsoft.VisualStudio.Tools.Office.BuildTasks (in Microsoft.VisualStudio.Tools.Office.BuildTasks.dll)
Syntax
'Declaration
<ComVisibleAttribute(False)> _
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
Public NotInheritable Class FindRibbons _
Inherits AppDomainIsolatedTask
[ComVisibleAttribute(false)]
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
public sealed class FindRibbons : AppDomainIsolatedTask
The FindRibbons type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
FindRibbons | Infrastructure. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
AssemblyName | Infrastructure. |
![]() |
BuildEngine | Gets or sets the build engine interface that is available to tasks. (Inherited from AppDomainIsolatedTask.) |
![]() |
HostObject | Gets or sets a host object instance that is associated with the derived Task. (Inherited from AppDomainIsolatedTask.) |
![]() |
Log | Gets an instance of a task logging helper object that contains task logging methods. (Inherited from AppDomainIsolatedTask.) |
![]() |
RibbonTypes | Infrastructure. |
![]() |
TargetFramework | Infrastructure. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
CreateObjRef | Security Critical. Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.) |
![]() |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() |
Execute | Infrastructure. (Overrides AppDomainIsolatedTask.Execute().) |
![]() |
GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() |
GetLifetimeService | Security Critical. Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
InitializeLifetimeService | Security Critical. When overridden in a derived class, gives tasks infinite lease time. (Inherited from AppDomainIsolatedTask.) |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.