Proprietà DTE2.SourceControl
Ottiene un oggetto SourceControl oggetto che consente di modificare lo stato del controllo del codice sorgente del file code-behind l'oggetto.
Spazio dei nomi: EnvDTE80
Assembly: EnvDTE80 (in EnvDTE80.dll)
Sintassi
'Dichiarazione
ReadOnly Property SourceControl As SourceControl
SourceControl SourceControl { get; }
property SourceControl^ SourceControl {
SourceControl^ get ();
}
abstract SourceControl : SourceControl
function get SourceControl () : SourceControl
Valore proprietà
Tipo: EnvDTE.SourceControl
In SourceControl oggetto.
Esempi
Sub SourceControlExample()
MsgBox(DTE2.SourceControl.DTE)
End Sub
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.