مشاركة عبر


SourceControl.ExcludeItems أسلوب

استثناء عناصر المحددة من مشروع المحدد.

مساحة الاسم:  EnvDTE
التجميع:  EnvDTE (في EnvDTE.dll)

بناء الجملة

'إقرار
Sub ExcludeItems ( _
    ProjectFile As String, _
    ByRef ItemNames As Object() _
)
void ExcludeItems(
    string ProjectFile,
    ref Object[] ItemNames
)
void ExcludeItems(
    [InAttribute] String^ ProjectFile, 
    [InAttribute] array<Object^>^% ItemNames
)
abstract ExcludeItems : 
        ProjectFile:string * 
        ItemNames:Object[] byref -> unit 
function ExcludeItems(
    ProjectFile : String, 
    ItemNames : Object[]
)

المعلمات

  • ProjectFile
    النوع: System.String
    اسم ملف مشروع تشير الملفات إلى يتم استبعاد.
  • ItemNames
    النوع: array<System.Object[]%
    صفيفة سلاسل تعرف العناصر إلى استثناء.

أمن NET Framework.

راجع أيضًَا

المرجع

SourceControl واجهة

SourceControl الأعضاء

EnvDTE مساحة الاسم