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.
Component creator that can be used during upgrade when we transition service to use resource manager.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public ReadOnly Property TransitionCreator As IComponentCreator
public IComponentCreator TransitionCreator { get; }
public:
property IComponentCreator^ TransitionCreator {
IComponentCreator^ get ();
}
member TransitionCreator : IComponentCreator with get
function get TransitionCreator () : IComponentCreator
Property Value
Type: Microsoft.TeamFoundation.Framework.Server.IComponentCreator
Returns IComponentCreator.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.