다음을 통해 공유


IGraphContext.ReportProgress 메서드

진행률을 보고 하는 공급자가 호출 됩니다.

네임스페이스:  Microsoft.VisualStudio.GraphModel
어셈블리:  Microsoft.VisualStudio.GraphModel(Microsoft.VisualStudio.GraphModel.dll)

구문

‘선언
Sub ReportProgress ( _
    current As Integer, _
    maximum As Integer, _
    message As String _
)
void ReportProgress(
    int current,
    int maximum,
    string message
)
void ReportProgress(
    int current, 
    int maximum, 
    String^ message
)
abstract ReportProgress : 
        current:int * 
        maximum:int * 
        message:string -> unit 
function ReportProgress(
    current : int, 
    maximum : int, 
    message : String
)

매개 변수

  • current
    형식: System.Int32
    현재 위치를 기준으로 지정 된 최대입니다.
  • maximum
    형식: System.Int32
    수행할 작업의 예상된 최대 양입니다.
  • message
    형식: System.String
    수행 되는 내용의 선택적 지역화 된 메시지입니다.

.NET Framework 보안

  • 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.

참고 항목

참조

IGraphContext 인터페이스

Microsoft.VisualStudio.GraphModel 네임스페이스