Share via


ObjectPickerWrapper Class

Note: This API is now obsolete.

This API is not CLS-compliant. 

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.OfficeIntegration.Client.ObjectPickerWrapper

Namespace:  Microsoft.TeamFoundation.OfficeIntegration.Client
Assembly:  Microsoft.TeamFoundation.Common.Library (in Microsoft.TeamFoundation.Common.Library.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
<ObsoleteAttribute> _
Public Class ObjectPickerWrapper
[CLSCompliantAttribute(false)]
[ObsoleteAttribute]
public class ObjectPickerWrapper
[CLSCompliantAttribute(false)]
[ObsoleteAttribute]
public ref class ObjectPickerWrapper
[<CLSCompliantAttribute(false)>]
[<ObsoleteAttribute>]
type ObjectPickerWrapper =  class end
public class ObjectPickerWrapper

The ObjectPickerWrapper type exposes the following members.

Methods

  Name Description
Public methodStatic member DisplayObjectPicker
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public methodStatic member GetComputers
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public methodStatic member GetSelectedAccounts
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public methodStatic member ReleaseStgMedium
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Fields

  Name Description
Public fieldStatic member S_FALSE
Public fieldStatic member S_OK

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.

See Also

Reference

Microsoft.TeamFoundation.OfficeIntegration.Client Namespace