This topic has not yet been rated - Rate this topic

FindRibbons Class

Visual Studio 2012

This API supports the Visual Studio infrastructure and is not intended to be used directly from your code.
Object
  MarshalByRefObject
    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)
[ComVisibleAttribute(false)]
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
public sealed class FindRibbons : AppDomainIsolatedTask

The FindRibbons type exposes the following members.

  NameDescription
Public methodFindRibbonsInfrastructure.
Top
  NameDescription
Public propertyAssemblyNameInfrastructure.
Public propertyBuildEngineGets or sets the build engine interface that is available to tasks. (Inherited from AppDomainIsolatedTask.)
Public propertyHostObjectGets or sets a host object instance that is associated with the derived Task. (Inherited from AppDomainIsolatedTask.)
Public propertyLogGets an instance of a task logging helper object that contains task logging methods. (Inherited from AppDomainIsolatedTask.)
Public propertyRibbonTypesInfrastructure.
Public propertyTargetFrameworkInfrastructure.
Top
  NameDescription
Public methodCreateObjRefSecurity 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.)
Public methodEqualsDetermines whether the specified object is equal to the current object. (Inherited from Object.)
Public methodExecuteInfrastructure. (Overrides AppDomainIsolatedTask.Execute.)
Public methodGetHashCodeServes as a hash function for a particular type. (Inherited from Object.)
Public methodGetLifetimeServiceSecurity Critical. Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.)
Public methodGetTypeGets the Type of the current instance. (Inherited from Object.)
Public methodInitializeLifetimeServiceSecurity Critical. When overridden in a derived class, gives tasks infinite lease time. (Inherited from AppDomainIsolatedTask.)
Public methodToStringReturns a string that represents the current object. (Inherited from Object.)
Top
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.