Miner.Responder.Shared.Replication Namespace > ReplicationObjectInformationProvider Class > TryFindFeatureID Method : TryFindFeatureID(Guid,Int32,FeatureID) Method |
'Declaration
Public Overloads MustOverride Function TryFindFeatureID( _ ByVal globalId As System.Guid, _ ByVal fcid As System.Integer, _ ByRef featureID As FeatureID _ ) As System.Boolean
'Usage
Dim instance As ReplicationObjectInformationProvider Dim globalId As System.Guid Dim fcid As System.Integer Dim featureID As FeatureID Dim value As System.Boolean value = instance.TryFindFeatureID(globalId, fcid, featureID)
public abstract System.bool TryFindFeatureID( System.Guid globalId, System.int fcid, out FeatureID featureID )
public function TryFindFeatureID( globalId: System.Guid; fcid: System.Integer; Out featureID: FeatureID ): System.Boolean; abstract;
public __abstract function TryFindFeatureID( globalId : System.Guid, fcid : System.int, featureID : FeatureID ) : System.boolean;
public: abstract System.bool TryFindFeatureID( System.Guid globalId, System.int fcid, [PARAMFLAG::Out] FeatureID* featureID )
public: abstract System.bool TryFindFeatureID( System.Guid globalId, System.int fcid, [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