UserObject Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides methods that can be used to return information about the current user.
public interface class UserObject : Microsoft::Office::Interop::InfoPath::User
[System.Runtime.InteropServices.Guid("096CD6BC-0786-11D1-95FA-0080C78EE3BB")]
public interface UserObject : Microsoft.Office.Interop.InfoPath.User
type UserObject = interface
interface User
Public Interface UserObject
Implements User
- Derived
- Attributes
- Implements
Remarks
This type is a wrapper for a coclass that is required by managed code for COM interoperability. Use this type to access the members of the COM interface implemented by this coclass. For information about the COM interface, including a link to descriptions of its members, seeUser2.
The UserObject object is accessed through the User property of the Application object.
Methods
IsCurrentUser(String) |
This member is a wrapper for a member of a COM interface that has been superseded by a later version. The later version of this interface implements all members of earlier interfaces and additional new members. For information about this member as it is implemented in the later interface, including usage, remarks, and examples, seeIsCurrentUser(String). (Inherited from User) |
IsUserMemberOf(String) |
This member is a wrapper for a member of a COM interface that has been superseded by a later version. The later version of this interface implements all members of earlier interfaces and additional new members. For information about this member as it is implemented in the later interface, including usage, remarks, and examples, seeIsUserMemberOf(String). (Inherited from User) |