Miner.Responder.Shared.Replication Namespace > ReplicationObjectInformationProvider Class > TryFindFeatureID Method : TryFindFeatureID(GlobalObjectId,FeatureID) Method |
'Declaration
Public Overloads MustOverride Function TryFindFeatureID( _ ByVal globalObjectId As GlobalObjectId, _ ByRef featureID As FeatureID _ ) As System.Boolean
'Usage
Dim instance As ReplicationObjectInformationProvider Dim globalObjectId As GlobalObjectId Dim featureID As FeatureID Dim value As System.Boolean value = instance.TryFindFeatureID(globalObjectId, featureID)
public abstract System.bool TryFindFeatureID( GlobalObjectId globalObjectId, out FeatureID featureID )
public function TryFindFeatureID( globalObjectId: GlobalObjectId; Out featureID: FeatureID ): System.Boolean; abstract;
public __abstract function TryFindFeatureID( globalObjectId : GlobalObjectId, featureID : FeatureID ) : System.boolean;
public: abstract System.bool TryFindFeatureID( GlobalObjectId globalObjectId, [PARAMFLAG::Out] FeatureID* featureID )
public: abstract System.bool TryFindFeatureID( GlobalObjectId globalObjectId, [Out] FeatureID^ featureID )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2