DExploreAppObjClass.SyncIndex, méthode
Déconseillé. Utilisez plutôt SyncIndex.
Espace de noms : Microsoft.VisualStudio.VSHelp
Assembly : Microsoft.VisualStudio.VSHelp (dans Microsoft.VisualStudio.VSHelp.dll)
Syntaxe
'Déclaration
Public Overridable Sub SyncIndex ( _
bstrKeyword As String, _
fShow As Integer _
)
public virtual void SyncIndex(
string bstrKeyword,
int fShow
)
public:
virtual void SyncIndex(
[InAttribute] String^ bstrKeyword,
[InAttribute] int fShow
)
abstract SyncIndex :
bstrKeyword:string *
fShow:int -> unit
override SyncIndex :
bstrKeyword:string *
fShow:int -> unit
public function SyncIndex(
bstrKeyword : String,
fShow : int
)
Paramètres
bstrKeyword
Type : StringUne chaîne contenant le K- mot clé.
fShow
Type : Int32Définissez pour forcer la fenêtre d'index à ouvrir.
Implémentations
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.