ClientInstallFilter Class
Specifies any client computers where the add-in must be installed.
Assembly: AddinInfrastructure (in AddinInfrastructure.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | AllClients | Specifies that the add-in must be installed on all client computers. |
![]() ![]() | NoClients | Specifies that the add-in is not to be installed on client computers. |
| Name | Description | |
|---|---|---|
![]() | CanInstallOn(String^) | Indicates whether the add-in can be installed on the specified client computer. |
![]() ![]() | CreateInstallToAllClientsExcept(IEnumerable<String^>^) | Specifies the client computers on which the add-in is not installed. |
![]() ![]() | CreateInstallToSelectedClients(IEnumerable<String^>^) | Specifies the client computers on which to install the add-in. |
![]() | Equals(Object^) | Determines whether the current object is equal to the specified object.(Overrides Object::Equals(Object^).) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | Returns a hash code for the current object.(Overrides Object::GetHashCode().) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | Returns a string representation of the current object(Overrides Object::ToString().) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



